/* CSS Document */

body {
	background:#FFFFFF;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	color:#333333;
	margin:auto;
}
img {
	border:0px;
}
a {
	text-transform:uppercase;
	color:#aec2e3;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
div#wrapper {
	width:990px;
	margin:auto;
	height:100%;
}
div#left {
	width:145px;
	height:800px;
	background:#FFFFFF url(images/leftpic.jpg) no-repeat top;
	float:left;
}
div#right {
	width:145px;
	height:800px;
	background:#FFFFFF url(images/rightpic.jpg) no-repeat top;
	float:left;
}
div#container {
	background:#FFFFFF;
	width:694px;
	height:100%;
	margin:auto;
	float:left;
	border-left:#10214a solid 3px;
	border-right:#10214a solid 3px;
}
div#nav {
	background:#666666;
	height:130px;
	width:694px;
	color:#10214a;
	text-transform:uppercase;
}
div#main {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	text-align:left;
	height:100%;
}
div#message {

}
div#comment {
	border:#666666 solid 2px;
	width:300px;
	text-align:left;
}
span#title {
	font-size:55px;
	color:#777777;
}
div#photo {
	width:120px;
	height:255px;
	float:left;
	margin-right:10px;
	border-top:solid #10214a 2px;
}
div#bottom {
	height:80px;
	width:694px;
	background:#666666;
	border-bottom:#10214a solid 3px;
}