a{
	font-size: 12px; 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


#profile_pic{
	
}

#big_pic{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #999999;	
}


#mid_pic{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #999999;	
}

#small_pic{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #999999;	
}


#my_friends{
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	width: 120px;
}

#find_events{
	font-size: 12px; 
	font-family:Arial, Helvetica, sans-serif;
}

#nav li{
	float: left;
	list-style:none;
	margin-left: 5px;
	display:block;
}

#nav li a:hover{
	background:#999999;
	text-decoration: none;
	color: #FFFFFF;
}



/*---- Footer ----*/

#footer_nav li{
	float: left;
	list-style:none;
	margin-left: 8px;
	display:block;
}

#footer_nav li a:hover{
	background:#999999;
	text-decoration: none;
	color: #FFFFFF;
}


/* --- core website files --- */
/* CSS Document */
body{
	margin: 0px;
	padding:0px;
	background:#fff;
}

p, div, ul, li, span, img, h1, h2, h3, h4{
	margin: 0px;
	padding: 0px;
}

#wrapper{
	background:url(../images/base.png);
	background-repeat:no-repeat;
 	width: 850px;
	height:865px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}



/*------------ Header ----------------------*/

#header{
	position: relative;
	top:15px;
	left: 15px;
	width: 800px;
	height: 166px;

}

#logo{
	position: absolute;
	top: 7px;
	left: 1px;
	font-size: 25px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#logo:hover{
	text-decoration: underline;
}


#logo_image{
	border: none;
}


#motto{
	position: absolute;
	right: 10px;
	top: 35px;
}

#link_bar{
	background: #27235E;
	width: 801px;
	height: 43px;
	position:absolute;
	top: 60px;
}

#link_bar li{
	float: left;
	list-style: none;
	margin-left: 62px;
	margin-top: 12px;	
}

#link_bar li a{
	font-size: 16px;
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
}

#link_bar li a:hover{
	color: #BCBEC0;
	text-decoration:underline;
}



/*------------ Stomach -------------------*/

#home_mid_pic{
	width:801px;
	height: 369px;
	position: absolute;
	left: 15px;
	top: 114px;
	
}

#home_mid_pic img{
	float: right;
}

#stomach ul{
	position: absolute;
	bottom: 204px;
	left: 16px;
}


#stomach ul li{
	list-style: none;
	width:260px;
	height: 175px;
	border-right: 1px solid #ccc;
	float: left;
	margin-left: 4px;
}


#stomach ul #services{
	border-right: none;
	
}


#stomach ul li h1{
	font-size: 14px;
	color: #27235E;
	padding-left: 10px;
	margin-top: 5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#stomach ul li p{
	font-size: 11px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	width: 240px;
	height: 146px;
	margin-left: 10px;
}

#stomach input{
	background: #fff;
	border: 1px solid #999999;
	padding-left: 5px;
	margin-left: 10px;
	color: #999999;
}

#other_pages{
	width: 700px;
	position: absolute;
	top: 150px; 
	left: 70px;
}

#other_pages h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-stretch:narrower;
	font-weight: none;
}

#other_pages h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 14px;
	text-decoration:underline;
}

#other_pages p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
	
}

#other_pages #contact{
	margin-left: 0px;
	margin-bottom: 50px;
}

#other_pages #submission{
	color: #FF0000;
	margin-left: 250px;
	margin-bottom: 10px;
}

#other_pages table{
	margin-left: auto;
	margin-right: auto;
}
/*-------------- Footer -----------------------*/

#footer{
	width: 801px;
	height: 75px;
	position: absolute;
	bottom: 5px;
	left: 17px;
}

#footer_line{
	width: 797px;
	border-top: 1px solid #CCCCCC;
}

#footer{
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}

#footer a{
	text-decoration: none;
	color:#999999;
}

#footer a img{
	border: none;
}

#copy_rights{
	margin-right: 10px;
	margin-top: -10px;
	float: right;
}


#copy_rights a:hover{
	color: #FF0000;
}

