/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
background:url(../images/portalBackdrop.jpg) repeat-x;
background-color:#000000;
text-align: center;
}

#wrapper {
margin:40px auto;
position: relative;
width: 1000px;
background-position: center;
}

#main {
width: 950px;
float: left;
display: inline;
background-color:#FFFFCC;
border:#FF0000;
border-style: solid;
padding: 5px 20px 20px 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

#head{
width: 900px;
float:left;
padding: 15px;
border-bottom-style:dotted;
margin-bottom:8px;
color:#FF0000;
}

.stack {
float: left;
width: 940px;
margin-bottom: 0px;
}

#leftcol {
float:left;
width: 600px;
border-right-color:#FF0000;
border-right-style:dotted;
}


#rightcol  {
height: auto;
width: 320px;
float:right;
}


#main h1 {
color:#FF0000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:25px;
}

.maintitle {
color:#FF0000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:25px;
}

