
/*   Body settings   */

*{
padding: 0px;
margin: 0px;
}
body {
background: #000000;

}

/*   Link settings   */

a:link, a:visited{
color: white;
text-decoration: none;
font-weight: 600;
line-height:150%;
border:0px;
}
a:hover{
text-decoration: underline;
color: #cccccc;
font-weight: 700;
line-height:150%;
}
a:active{
color: #999999;
font-weight: 700;
line-height:150%;
}

/*   Universal settings   */

h2, h3, h4{
padding: 0px 0px 0px 0px;
color: #660000;
}

.pic
{
border: 1px #993300 solid;
margin: 10px 10px 10px 10px;
}

/*   Container settings   */

#container {
width:900px;
margin-right:auto;
margin-left:auto;
text-align:left;
background: #363636;
border: 0pt #fff solid;
position:relative;
overflow:hidden;
}
#innercontainer {
width:800px;
margin-left:50px;
text-align:left;
background: #b5b5b5;
position:relative;
overflow:hidden;
}
/*   Page layout (page header, left content, right content & page footer) settings   */

#pageheader {
height: 500px;
width: 800px;
background: url('image/header.jpg') no-repeat;
margin-left:50px
}
#pageheader p
{
font-family: "verdana", "tahoma", "arial", sans-serif;
font-size: 8pt;
color: #fff;
padding: 120px 0px 0px 0px;
line-height:12pt;
text-align:justify;
}	
#contentleft {
width:250px;
float:left;
margin-top: 0px;
margin-left: 0px;
display:block;
}

#contentright {
width:450px;
padding:0px;
float:left;
margin-top: 50px;
margin-left: 50px;
background: #333333;
}

#pagefooter{
height: 120px;
width: 800px;
background: url('image/footer.jpg') no-repeat;
margin-left:50px;
padding-bottom:50px;
overflow:hidden;
}

#pagefooter p
{
font-family: "verdana", "tahoma", "arial", sans-serif;
font-size: 8pt;
margin-top:80px;
color: #ccc;
line-height:12pt;
text-align:center;
}

/*   Link button settings   */

#links ul{
list-style: none;
text-decoration: none; 
width:200px;
padding: 10px 15px 10px 15px;
}
 
#links li{
line-height: 14pt;
font-family: "verdana", "tahoma", "arial", sans-serif;
font-size:9pt;

}

#links {
font-size: 12pt;
width: 220px;
}

#links img{
padding: 0px 25px 0px 25px;
border: 0px; 
}

#contentright p
{
font-family: "verdana", "tahoma", "arial", sans-serif;
font-size: 8pt;
color: #ccc;
padding: 10px 40px 15px 40px;
line-height:13pt;
text-align:justify;
}	
#contentright ul
{
font-family: "verdana", "tahoma", "arial", sans-serif;
font-size: x-small;
color: #ccc;
text-align:justify;
padding: 0px 10px 15px 40px;
line-height:12pt;
list-style:none;
}	
h1
{
padding: 10px 40px 15px 40px;
font-family: "century gothic", "verdana", "tahoma", "arial", sans-serif;
font-size: 14pt;

text-align: center;
}

#contentleft img{
padding: 0px 25px 0px 25px;
border: 0px; 
}

#contentright ol
{
font-family: "verdana", "tahoma", "arial", sans-serif;
font-size: x-small;
color: #ccc;
text-align:justify;
padding: 0px 10px 15px 40px;
line-height:12pt;

}	