﻿body
{
	margin: 0px; padding: 0px;
	line-height: normal;
	background: #666666;
	font-size: 12px;
	font-family: Verdana, Tahoma, Sans-Serif;
	color: #585858; text-align: justify;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: white;
}

#topsection{
	margin: 0px; border: 0px; padding: 0px;
	width: 900px; line-height: normal;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-right: 300px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 300px; /*Width of left column*/
	margin-left: -300px; /*Set left margin to -(MainContainerWidth)*/	
}

#footer{
	clear: left;
	width: 100%; padding: 0px; margin: 0px; border: 0px;	
	text-align:  justify;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* Template Box */

.template-left-top 
{
	width: 100%; margin: 0px; padding: 0px; border: 0px;
	line-height: normal;
	background-image: url('border/box_left_top.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

.template-right-top 
{
	width: 100%; margin: 0px; padding: 0px; border: 0px;
	line-height: normal;
	background-image: url('border/box_right_top.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}

.template-center-top 
{
	width: 100%; margin: 0px; padding: 0px; border: 0px;
	line-height:normal;
	background-image: url('border/box_center_top.jpg');
	background-position: center top;
	background-repeat: repeat-x;
}


.template-left-bottom 
{
	width: 100%; margin: 0px; padding: 0px; border: 0px;
	line-height: normal;
	background-image: url('border/box_left_bottom.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
}

.template-right-bottom 
{
	width: 100%; margin: 0px; padding: 0px; border: 0px;
	line-height: normal;
	background-image: url('border/box_right_bottom.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.template-center-bottom 
{
	width: 100%; margin: 0px; padding: 0px; border: 0px;
	line-height: normal;
	background-image: url('border/box_center_bottom.jpg');
	background-position: center bottom;
	background-repeat: repeat-x;
}


.template-right-center 
{
	width: 100%; margin: 0px; padding: 0px; border: 0px;
	line-height: normal;
	background-image: url('border/box_right_center.jpg');
	background-position: right center;
	background-repeat: repeat-y;
}

.template-left-center
{
	width: 100%; margin: 0px; padding: 0px; border: 0px;
	line-height: normal;
	background-image: url('border/box_left_center.jpg');
	background-position: left center;
	background-repeat: repeat-y;
}


/* Layout Top */

#layouttop 
{
	margin: 0px; padding: 30px 30px 0px 30px; border: 0px;
	width: 840px; text-align: center;
	line-height: normal;	
}

#layouttop .layout-image
{
	width: 840px; line-height: normal;
	margin: 0px; padding: 0px; border: 0px;
}

#layouttop .layout-text
{
	width: 835px; line-height: normal;
	margin: 0px; padding: 0px; border: 0px;
	text-align: justify; font-size: 10px;
	color: #4eacc5; padding-left: 5px;
}

#layouttop .layout-menu
{
	width: 840px; line-height: normal;
	margin: 0px; padding: 0px; border: 0px; padding-top: 5px;
}

#layouttop .layout-liveupdate
{
	width: 840px; line-height: normal;
	margin: 0px; padding: 0px; border: 0px; padding-top: 5px;
}

#layouttop .layout-liveupdate a 
{
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
}

#layouttop .layout-liveupdate a:hover
{
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}



#layoutright 
{
	width: 270px; margin: 0px; padding: 10px 0px 0px 0px; border: 0px;
	line-height: normal; text-align: justify;	
	
}


#layoutrighthome 
{
	width: 270px; margin: 0px; padding: 10px 0px 100px 0px; border: 0px;
	line-height: normal; text-align: justify;	
	
	background-repeat:no-repeat;
	background-position:top;
	background-color:#999900;
	
}




#layoutright  a 
{
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
}

#layoutright a:hover
{
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}

/* Template Body */

#layoutbody 
{
	width: 540px; margin: 0px; padding: 10px 0px 10px 30px; border: 0px;
	line-height: normal; text-align: justify;
}

#layoutbody a 
{
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
}

#layoutbody a:hover
{
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}

/* Template Footer */

#layoutfooter 
{
	margin: 0px; padding: 5px 30px 30px 30px; border: 0px;
	width: 840px; text-align: center;
	line-height: normal;	
}

#layoutfooter .footer-menu
{
	width: 840px; line-height: normal;
	margin: 0px; padding: 0px; border: 0px; padding-bottom: 10px;
}

#layoutfooter .footer-design 
{
	width: 840px; line-height: normal;
	margin: 0px; padding: 0px; border: 0px;
}

#layoutfooter .footer-design  a 
{
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
}

#layoutfooter .footer-design a:hover
{
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}



