/* CSS Document*/
* {
padding: 0;
margin: 0;
}

/***************************************
standard side wide html tags
****************************************/
body{
padding:0;
margin:0;
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#aaa;
}

a{
text-decoration:none;
color: #97C4FF;
}

a:hover{
text-decoration:underline;
color:#aaa;
}

img{
border: 3px solid #FFFFFF;
margin:5px;
}

/***************************************
conatiner
****************************************/
#container{
width : 970px;
margin: 0 auto;
}

/***************************************
header styling
***************************************/
#header{
height:100px;
background-color:#333;
border: 5px solid #222;
margin-bottom:10px;
}

#header h1{
font-size:24px;
letter-spacing: -1px;
padding: 10px 0 5px 10px;
}

#header h1 a {
color: #fff;
text-decoration: none;
}

#header h1 a:hover {
color: #aaa;
text-decoration: underline;
}

#header h2{
font-size:18px;
letter-spacing: -1px;
padding: 0 0 0 11px;
}
/***************************************
left content sytling
****************************************/
#left{
float : left;
width: 200px;
padding: 10px;
background-color:#333;
border: 5px solid #222;

}

#left h2{
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}

.leftmenu{
float:left;
width:190px;
}

.leftmenu ul{
list-style-type: none;
padding-left:10px;
}



#leftads{

}
/***************************************
right content styling
****************************************/
#right{
float:right;
width:700px;
background-color:#333;
border: 5px solid #222;
padding:10px;
}

#right h2{
color: #aaa;
font-size: 24px;
padding : 10px 0 15px 0;
}

#right a{
text-decoration:none;
}


/***************************************
footer styling
****************************************/
#footer{
height: 30px;
text-align:center;
margin-top:10px;
padding-top:10px;
background-color:#333;
border: 5px solid #222;
}

#footer a{
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}