#left_shadow{
	height:100%;
	width:35px;
	background-image:url(../images/left_shadow.png);
	background-repeat:repeat-y;
	background-position:right;
	margin:0px auto;
	margin-bottom:0px;
}
#right_shadow{
	height:100%;
	width:35px;
	background-image:url(../images/right_shadow.png);
	background-repeat:repeat-y;
	background-position:left;
	margin:0px auto;
	margin-bottom:0px;
}
#nav_bottom{
	width:202px;
	padding:0px;
}
#content{
	width:513px;
	background-color:#6FACE5;
	background-image:url(../images/content_top.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:15px;
	padding-right:10px;
	padding-bottom:20px;
	vertical-align:top;
	height:100%;
}
#nav ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
p {
	margin: 0px;
}
html, body {
	height: 100%;
	margin:0px;
}
body {
	background-color: #2F3368;
	font-family: verdana, arial, sans-serif; 
	font-size:14px;
}
.clear{
	clear:both;
}
#everything {
	margin:0px auto;
	width:795px;
	height:100%;
}
#page{
	width:725px;
	margin:0px auto;
	background-color: #4B55A5;
	height:100%;
	vertical-align:top;
}
#top{
	width:725px;
	height:189px;
	margin-bottom:20px;
}
#nav_content{
	width:725px;
	margin:0px auto;
	background-color: #4B55A5;
}
#nav{
	width:202px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	height:100%;
	background-image:url(../images/content_side.gif);
	background-repeat:repeat-y;
	background-position:right;
}
#nav_top{
	width:202px;
	padding:0px;
	background-image:url(../images/nav_background.png);
	background-repeat:no-repeat;
	margin: 0px;
}
.header{
	font-size:24px;
	font-weight:bold;
	color:#FCD47D;
	text-align:left;
}
.blog_header{
	font-size:24px;
	font-weight:bold;
	color:#FCD47D;
	text-align:left;
	background-image:url(../images/blog_header.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	border-bottom: 2px solid #4B749A;
}
#footer{
	text-align:center;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:12px;
	padding-top:3px;
	padding-bottom:3px;
	width:725px;
}
input{
	margin:3px;
}
.signature{
	text-align:right;
	font-size:12px;
}
#content ul{
	font-weight:normal;
	list-style-type: square;
}
.hr{
	background-color:#000000;
	height:1px;
	width:85%;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:40px;
}