/* CSS Document */

/* Alan Morris */


body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color:#fff;
	font-family: "SEGOE UI","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
#mypage{background: url(cellback.jpg) no-repeat;min-height:800px;  }	
#pageheader {
text-align:right;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	font :#FF0033;
	
}
#pagecontent {
	width: 795px;
	margin: 0 auto;
	padding: 10px 0;
	}
#pagecontenthead{background: url(content-back-top.png) no-repeat;
height:5px;}
#pagecontentmid {background: url(content-back-mid.png) repeat-y;min-height:55px; padding:5px;}
#pagecontentfoot{background: url(content-back-bot.png) no-repeat;
height:5px;}
	
#pagefooter {
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
	font-size:70%;
	text-align:center;
	}


#topmenu  {
	padding: 0 10px;
	text-decoration: none;
	color:#FF0033;
	font-size: 115%;
	
	
}
#topmenu a {

	color:#FF0033;
	
	text-decoration: none;
}

#topmenu a:hover {
	text-decoration: none;
	color:#5e52be;
	
}

#topmenu .first a {
	border: none;
}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #fff;}

h1 {font-size: 197%;}

h2 {font-size: 167%;}

h3 {font-size: 100%;
	font-weight: bold;}