@charset "utf-8";
/* CSS Document */

.all {
width:990px;
margin:auto;
text-align:center;
background-color:#FCE2CA;
background-repeat:repeat;
}

.top {
background-image:url(images/header.jpg);
background-repeat:no-repeat;
height:150px;
/*border-left:#000000 thick ridge;*/
border-right:#000000 thick ridge;
margin:0px;
}
.nav {
margin-top:-20px;
text-align:center;
text-indent:365px;

}

.nav a:link {padding:2px; border:#FFFFCC thin outset; color:#FFFFFF; text-decoration: none; font-size:14px; font-weight:bold; background-color:#000000; }
.nav a:visited {padding:2px; border:#FFFFCC thin outset; color:#FFFFFF; text-decoration: none; font-size:14px; font-weight:bold; background-color:#000000; }
.nav a:active {padding:2px; border:#FFFFCC thin outset; color:#FFFFFF; text-decoration: none; font-size:14px; font-weight:bold; background-color:#000000; }
.nav a:hover {padding:2px; border:#FFFFCC thin outset; color:#FFFFFF; text-decoration: none; font-size:14px; font-weight:bold; background-color:#666666; }

.main{
position:relative;
margin-top:-20px;
padding-top:0px;
padding-left:5px;
border-left:#000000 thick ridge;
border-right:#000000 thick ridge;
border-bottom:#000000 thick ridge;
}

.page_head {
font-size:18px;
font-weight:bold;
color:#990000;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:active {text-decoration:none;}
a:hover {text-decoration:none;}

.widj {
position:absolute;
top:200px;
right:10px;

}
