/* CSS Document */
/*
*
*@author: Ryan Le
*Created on 02/2006
*
*/

body {text-align:center;font-family:Georgia, "Times New Roman", Times, serif; 
													font-size: small; background-color:#FFFFFF; }

	#shadow {width: 766px;margin: 0 auto;}
	#shawdowtop {background: url(../img/topshadow.jpg) no-repeat top center;height:15px;}
	#shawdowcenter {background: url(../img/middleshadow.jpg) repeat-y center;}
		#wraper	{width : 750px;margin: 0px auto;border: 1px solid #ffffff;}
			#header {position:relative;clear:both;width:100%;height:100px;
								background: #E50202 url(../img/headerbg.jpg) no-repeat right bottom;margin-top: 0px;}
				#header ul {position:absolute;margin: 0 0;right: 22px;bottom:18px;padding: 0 0;list-style: none;}
					#header li {float:left;margin:0 1px;font-size:90%;font-family:Verdana, Arial, Helvetica, sans-serif;}
						#header li a {float:left;display:block;margin:0 0;padding:1px 8px;text-decoration:none;color:#FFFFFF;}
						
			/*MODULES placed here*/
			
			#footer	{margin-top:1px;clear:both;position:relative;width:100%;height: 25px;padding-top:6px;
								background-color: #cf0303; font-family:Verdana, Arial, Helvetica, sans-serif;}
				#footer font {font-size: 80%;letter-spacing:1px;color:#FFFFFF;}
	#shawdowbottom {background: url(../img/bottomshadow.jpg) no-repeat bottom center;height:15px;}


/*-----------------------------------LocationMain----------------------------------*/
#locationbody {clear:both;width:100%;height:430px;background-color:#cf0303;margin-top: 1px;padding:0px 0px;position:relative;}
/*-----------------------------------EndLocation-----------------------------------*/