body {
background: #cccccc;
font-family: Tahoma, Geneva, sans-serif;
font-size: small;
}

a:link { color: black }
a:visited { color: black }
a:hover { color: #E0671B }

#navig a:link { color: white; text-decoration: none }
#navig a:visited { color: white; text-decoration: none }
#navig a:hover { color: white; text-decoration: underline }

#main {
background: #ff3333;
width: 840px;
margin: auto;
-moz-border-radius: 15px;
border-radius: 15px;
}

#theheader {
clear: left;
background: no-repeat center top;
background-image: url("bgheader_wuvrain.jpg");
padding-left: 80px;
margin-bottom: -40px;
-moz-border-top-left-radius: 15px;
border-top-left-radius: 15px;
-moz-border-top-right-radius: 15px;
border-top-right-radius: 15px;
}

#thefooter {
clear: left;
background: no-repeat center bottom;
background-image: url("bgfooter_yella.jpg");
color: #cccccc;
font-size: x-small;
margin-top: 30px;
padding-bottom: 45px;
-moz-border-bottom-left-radius: 15px;
border-bottom-left-radius: 15px;
-moz-border-bottom-right-radius: 15px;
border-bottom-right-radius: 15px;
}

#theright {
float: right;
width: 50%;
padding-right: 15px;
}

#theleft {
width: 50%;
padding-left: 15px;
}

#navig {
position: relative;
top: -75px;
left: 450px;
width: 220px;
color: white;
}

.nonproject {
background: #ffcccc;
width: 340px;
padding: 10px;
margin: 15px;
-moz-border-bottom-right-radius: 30px 15px;
border-bottom-right-radius: 30px 15px;
}

.project {
background: #ffcc66;
width: 340px;
padding: 10px;
margin: 15px;
-moz-border-bottom-right-radius: 30px 15px;
border-bottom-right-radius: 30px 15px;
}

#theleft .nonproject, #theleft .project {
float: right;
}

#theright .nonproject, #theright .project {
float: left;
}

h1, h2 {
font-family: "Tw Cen MT", Trebuchet MS;
}

h2 {
background: no-repeat center center;
background-image: url("highlight.png");
text-align: center;
font-size: 11pt;
font-weight: normal;
}

p {
margin-left: 20px;
}

.ineleganthack {
visibility: hidden;
font-size: xx-small;
}