@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #8C80A9;
	background-image: url('../images/top_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

#frame {
	width: 750px;
	margin: 0 auto;
}

#top_nav {
	width: 750px;
	height: 53px;
	background-image: url('../images/top_nav_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	float: left;
}


#top_nav ul {
	float: right;
	padding-top: 15px;
}

#top_nav ul li {
	display: inline;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#top_nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#top_nav ul li a:hover {
	color: #8C80A9;
	text-decoration:none;
}

#header {
	width: 750px;
	height: 173px;
	float: left;
}
#mainbody {
	width: 750px;
	float: left;
	padding-bottom: 10px;	
	background-color: #190053;
	background-image: url('../images/mainbody_bg.gif');
	background-repeat: repeat-y;
	border-top: #190053 solid 10px;
	padding-bottom: 10px;	
}

#nav_cont {
	width: 220px;
	float: left;
}

	
#nav ul {
	list-style-type: none;
	text-align: center;
}

#nav ul li {
	height: 25px;
	background-image: url('../images/nav_bg.gif');
	background-repeat: no-repeat;
	background-position: top; 
	padding-top: 5px;
}

#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #8C80A9;
	text-decoration: none;
}
	
#mainbody_cont {
	width: 509px;
	float: left;	
	padding: 10px;
}

#mainbody h1 {
	font-family:"Comic Sans MS";
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainbody h2 {
	font-family:"Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainbody h3 {
	font-family:"Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#mainbody h4 {
	font-family:"Comic Sans MS";
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	text-align: center;
}


#mainbody p {
	font-family:"Comic Sans MS";
	font-size: 14px;
	font-weight: normal;
	color: #fff;	
	line-height: normal;
	text-align: justify;
	padding-bottom: 10px;
}

#mainbody p a{
	font-family:"Comic Sans MS";
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

#mainbody p a:hover{
	font-family:"Comic Sans MS";
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}



#footer {
	width: 750px;	
	margin: 0 auto;	
	clear: both;
}

#footer_cont {
	width: 730px;
	float: left;
	text-align: center;
	padding-top: 20px;
	padding-bottom:20px;	
	padding-left: 10px;
	padding-right: 10px;
	background-color: #190053;
	background-image: url('../images/divider.gif');
	background-repeat: no-repeat;
	background-position: top;
}

#footer_cont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
}

#footer_cont p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;	
}

#footer_cont p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
}

.float_right {
	float: right;
	margin: 0 0 0 10px;
	clear: both;
}

.float_left {
	float: left;
	margin: 0 10px 0 0;
	clear: both;
}


.clear{
	clear: both;
}

.friendscontentleft {
	width: 200px;
	float: left;
	text-align: justify;
	margin: 0px 25px 0px 0px;
	overflow: hidden;
}

.friendscontentright {
	width: 275px;
	float: left;
	text-align: justify;
}

.spacer {
	clear:left;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
