/*************************************
Main body of the site
**************************************/

body {
width:960px;
margin: 0 auto;
background-color:#121212;
height:100%;
text-align:left;
background: url('images/back.jpg');
background-repeat:repeat-y;
background-position:center;
}

html {
	padding:0; 
	margin:0; 
	border:0;
	font-family: Helvetica, Verdana, Arial, Courier,  sans-serif;
	font-size:10px;
	color:#ffffff;
	line-height:15px;
	background-color:#121212; 
	height: 100%;
}

/*************************************
Styling of the columns
**************************************/

#container{
	padding-right:10px;
	padding-left:10px;
	padding-top:40px;
	background: url('images/back.jpg');
	background-repeat:repeat-y;
}

#links
{
color:#ff9b00;
Font-size: 10px;
position: relative;
}

#clear
{
clear:both;
}
/*************************************
Text and other layout of site
**************************************/

img{
	border:0px;
}

#links a:link, #links a:visited 
{
text-transform: uppercase;
display:block;
text-decoration:none;
color:#ffffff;
line-height:15px;
margin-right:20px;
}

#links a.selected:link, #links a.selected:visited 
{
display:block;
text-decoration:none;
color:#ffffff;
background-color:#e41b5b;
min-width:164px;
}

#links a:hover           
{ 
color: #e41b5b;
text-decoration:none;
}

a:link, a:visited 
{
color: #ec2b8b;
text-decoration:none;
position: relative;
font-size:10px;
}

a:hover           
{ 
color: #ec2b8b;
text-decoration:none;
}

#top td{
height:60px;
}

img.main{
padding-right:20px;
}