/* CSS Document */

body {
background-color:#000000;
background-image:url(../images/layout/bgpattern.jpg);
background-repeat:repeat;
background-attachment:fixed;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
color:#ffffff;
}

h1 {
font-size:140%;
font-family:"Times New Roman", Times, serif;
color:#ffffff;
border-bottom:dotted 1px #ffffff;
}

#master {
margin-left:auto;
margin-right:auto;
padding:10px;
height:auto;
width:760px;
background-color:#000000;
}

#header {
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
width:750px;
height:250px;
background-image:url(../images/layout/header.jpg);
float:none;
}

#footer {
margin-left:auto;
margin-right:auto;
margin-top:10px;
width:750px;
height:68px;
background-image:url(../images/layout/foother.jpg);
float:none;
clear:both;
}

#master2 {
margin-left:auto;
margin-right:auto;
width:180px;
height:auto;
float:left;
clear:right;
}

#welcome {
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
padding:5px;
width:180px;
height:120px;
background-color:#000000;
background-image:url(../images/layout/navibg.jpg);
float:left;
clear:right;
}

#navigation {
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
padding:5px;
width:180px;
height:auto;
background-color:#000000;
background-image:url(../images/layout/navibg.jpg);
float:left;
clear:left;
}

#potm {
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
padding:5px;
width:180px;
height:185;
background-color:#000000;
background-image:url(../images/layout/navibg.jpg);
float:left;
clear:left;
}

#vlm {
margin-left:auto;
margin-right:auto;
margin-bottom:px;
padding:0px;
width:180px;
height:180px;
background-color:#000000;
background-image:url(../images/layout/navibg.jpg);
float:left;
clear:left;
}

#content {
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
padding:5px;
width:550px;
height:auto;
background-color:#000000;
background-image:url(../images/layout/contentbg.jpg);
float:right;
}

.text {
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
padding:5px;
width:530px;
height:auto;
}

a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
font-weight:bold;
text-decoration:none;
border-bottom:dotted 1px #000000;
color:#cccccc;
}

a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
font-weight:bold;
font-variant:small-caps;
text-decoration:none;
border-bottom:dotted 1px #000000;
color:#ffffff;
}

a.navi {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
text-decoration:none;
border-bottom:dotted 1px #ffffff;
color:#ffffff;
background-color:26363e;
line-height:150%;
}

a.navi:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
font-style:oblique;
border-bottom:dotted 1px #ffffff;
color:#ffffff;
background-color:26363e;
background-image:url(../images/layout/linkbg.jpg);
line-height:150%;
}

img {
border: 1px solid #ffffff;
}

