@charset "utf-8";
/* CSS Document */

/* ------------------ SIDEBAR ------------------ */
#sidebar {
	width:24em;
}

#sidebar a {
	color:#FFFFFF;
	text-decoration:underline;
}

/* ---------------- MAIN CONTENT --------------- */

#maincontent {
	width:50em;
	float:right;
}

#mainleft {
	width:24em;
	float:left;
}

#mainright {
	width:24em;
	float:right;
}

#mainright div {
	border-style:solid;
	border-color:#00A650;
	margin-bottom:5px;
}

/* -- Index Page -- */
.indexphoto {
	width:100%;
}

.indexphoto img {
	width:inherit;
}

/* -- Main Pages -- */
.toright {
	float:right;
	padding-left:5px;
}

img.homepage {
	width:100%;
	margin-left:0px;
	padding-left:0px;
}

input{
	width:100%;
	font-size:200%;
	color:#F21922;
}

#mainright {
	text-align:center;
}
