/* Test page css */

body {
background-color:#B2B1B1;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
#box {
-moz-border-radius: 10px 10px 10px 10px;
}
a img {
border:0px; 
}
.center{ 
width:780px; 
background:#333333; 
height:auto;
}
.nounderline a {
text-decoration:none;
border:0px;
}
.nounderline a:hover {
text-decoration:none;
border:0px;
}
.nounderline a:visited {
text-decoration:none;
border:0px;
}
.nounderline a:active {
text-decoration:none;
border:0px;
}
#main {
position:absolute;
top:20px;
left:2%;
width:900px;
height:700px;
background-color:#fff;
}
/* Start Rounded corners css */
#corner_tl {
position:absolute;
width:26px;
height:16px;
top:0px;
left:0px;
background-image:url(../img/soft_topleft.png);
background-position: top left;
background-repeat:no-repeat;
background-color:transparent;
}
#corner_tr {
position:absolute;
width:26px;
height:16px;
top:0px;
right:0px;
background-image:url(../img/soft_topright.png);
background-position: top right;
background-repeat:no-repeat;
background-color:transparent;
}
#corner_bl {
position:absolute;
width:26px;
height:16px;
bottom:0px;
left:0px;
background-image:url(../img/soft_bottomleft.png);
background-position: bottom left;
background-repeat:no-repeat;
background-color:transparent;
}
#corner_br {
position:absolute;
width:26px;
height:16px;
bottom:0px;
right:0px;
background-image:url(../img/soft_bottomright.png);
background-position: bottom right;
background-repeat:no-repeat;
background-color:transparent;
}
/* End Rounded corners css */
#links {
position: absolute;
top:226px;
left:126px;
height:30px;
width: 200px;
background-color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#links a {
background-color:#fff;
color:blue;
text-decoration:none;
border:0px;
}

#links a:hover {
color:blue;
border:0px;
text-decoration:none;
}


ul#nav
{
margin:0;
text-align:center;
padding-bottom:10px;
}

ul#nav li
{
display:inline;
padding:10px;
font-size:16px;
font-weight:bold;
}

ul#nav a:link
{
text-decoration:none;
color:#fff;
}

ul#nav a:visited
{
text-decoration:none;
color:#ffff00;
}

ul#nav a:hover
{
text-decoration:none;
color:#ff0000;
}

ul#nav a:active
{
text-decoration:none;
color:#fff;
}

ul#adv
{
margin:0;
text-align:center;
}

ul#adv li
{
display:inline;
font-size:16px;
font-weight:bold;
}
ul#adv a img
{
border:0px;
}



