/* screen.css */

/*----- GLOBAL STYLES ----- */

h1
	{
	font-size:16px;
	color:#716f70;
	border-bottom:1px solid #fe0000;
	padding:290px 0px 0px 30px;
	width:448px;
	}
h2
	{
	font-size:16px;
	color:#716f70;
	clear:both;
	margin:5px 0px;
	}
p
	{
	margin:0px 0px 18px 0px;
	}
	
/*----- GLOBAL STYLES END -----*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:756px;
	background:url(../images/bg_body.gif) repeat-x #726e6d;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:756px;
	text-align:left;
	margin:auto;
	position:relative;
	background:#fff;
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	line-height:18px;
	color:#716f70;
	}
html>body #outer{height:auto;}
#header
	{
	position:absolute;
	top:0;
	width:756px;
	height:290px;
	overflow:hidden;
	z-index:100;
	}
#left 
	{
	position:relative;
	width:200px;
	float:left;
	margin:0px 48px 0px 30px;
	padding:20px 0px 0px 0px;
	}
	
#leftmiddle 
	{
	position:relative;
	width:448px;
	float:left;
	margin:0px 48px 0px 30px;
	padding:20px 0px 0px 0px;
	}
		
#middle 
	{
	position:relative;
	width:200px;
	float:left;
	margin:0px 48px 0px 0px;
	padding:20px 0px 0px 0px;
	}
#right 
	{
	position:relative;
	width:200px;
	float:left;
	margin:0;
	}
#footer 
	{
	width:756px;
	clear:both;
	height:93px;
	left:0;
	bottom:0;
	position: absolute;
	background:url(../images/bg_footer.gif) no-repeat;
	}
#footer p
	{
	padding:25px 0px 0px 0px;
	color:#fff;
	text-align:center;
	}
#footer a { color:#fff; text-decoration:none; }
#footer a:hover { color:#fff; text-decoration:underline; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:95px;/* for ie5 */
	he\ight:93px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#clearfooter {width:100%;height:95px;clear:both}
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-95px;} /*safari wrapper */



div#homepagearea
	{
	clear:both;
	padding:60px 30px 30px 30px;
	overflow:hidden;
	background:url(../images/bg_homepagearea.jpg) no-repeat;
	height:130px;
	}
div#homepagearea div
	{
	width:500px;
	float:left;
	}
.small_list ul li
	{
	margin:0px 5px 0px 0px;
	}
.small_list ul li a
	{
	color:#fe0000;
	text-decoration:none;
	}
div#slideshow
	{
	width:756px;
	height:225px;
	overflow:hidden;
	}


ul#rightnav
	{
	}
ul#rightnav li
	{
	border-bottom:4px solid #fff;
	}
ul#rightnav li a
	{
	display:block;
	height:20px;
	background:url(../images/bg_rightnav.gif) no-repeat center right #cbe7fc;
	color:#fe0000;
	text-decoration:none;
	padding:0px 0px 0px 5px;
	font-size:12px;
	}
ul#topnav
	{
	background:url(../images/bg_topnav.gif) no-repeat;
	height:40px;
	padding:7px 20px;
	padding-left:30px;
	overflow:hidden;
	}
ul#topnav li
	{
	float:left;
	border-right:1px solid #fe0000;
	padding:0px 4px;
	}
ul#topnav li a
	{
	color:#716f70;
	text-decoration:none;
	font-size:11px;
	padding-left:2px; padding-right:2px;
	}
#magazine {

	margin-bottom:5px;
}

#tests {
	padding: 10px;
	border: 1px solid #FF0000;
	margin-bottom:5px;
}

#magazinered {
	padding: 10px;
	border: 1px solid #FF0000;
	margin-bottom:5px;
	color: #FFFFFF;
	background-color: #FE0002;
}
a {
	color: #FE0002;
	text-decoration: none;
}
#magazinered a {
	color: #FFFFFF;
	text-decoration: none;
}
#competition
{
	margin-top:0px;
	padding-top:20px;
	margin-left:-30px;
}