body {
background-image : url(images/background.jpg);
background-repeat : repeat-x;
color : #b8b8b8;
font-family : tahoma;
}
#wrapper {
margin : 0 auto;
width : 800px;
height : 1000px;
}
#left {
width : 450px;
padding : 0;
float : left;
background : transparent;
}

#portrait {
width : 300px;
margin-left:50px;
margin-top:24px;
padding : 0;
float : right;
background : transparent;
}

#contentcenter {
width : 800px;
padding : 0;
float : left;
background : none;
text-align : left;
font-size : 14px;
color : #b8b8b8;
font-family : tahoma;
font-weight : normal;
}
#contentcenter a {
color : #666600;
text-decoration : none;
}
#contentcenter ul {
float : left;
}
#contentcenter a:hover {
color : #fff;
}
#contentheader {
background : none;
}
h1 {
margin : 10px 0 10px 0;
font-size : 20px;
color : #990033;
font-weight : 100;
font-family : tahoma;
background : transparent;
float : left;
}
#contentheader h1 {
font-size : 24px;
padding-top : 10px;
margin : 0;
font-family : tahoma;
color : #f8f8f8;
font-weight : normal;
}
#right p {
font-size : 14px;
}
ul#menu {
width : 800px;
list-style-type : none;
position : relative;
margin : -20px 0 40px 0;
float : right;
display : inline;
}
#menu a {
text-decoration : none;
padding : 0.1em 0.1em;
padding-left : 1.5em;
font-weight : normal;
color : #ff0066;
background : transparent;
font-family : tahoma;
font-size : 12px;
position : relative;
letter-spacing : 0.1em;
margin-left : 10px;
background-image : url(images/pixel.jpg);
background-repeat : repeat-x;
color : #ffffff;
padding : 2px 5px;
font-size : 12px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; 
}
#menu a:hover {
background-image : url(images/orange3.jpg);
background-repeat : repeat-x;
color : #ffffff;
padding : 2px 5px;
font-size : 12px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; 
}
#menu li {
float : right;
display : inline;
}
ul#menutwo {
width : 400px;
padding : 0;
margin : 0;
list-style-type : none;
position : relative;
margin-bottom : 20px;
float : left;
display : inline;
}
#menutwo a {
text-decoration : none;
padding : 0.1em 0.1em;
padding-left : 1.5em;
font-weight : normal;
color : #ff0066;
background : none;
font-family : tahoma;
font-size : 12px;
position : relative;
letter-spacing : 0.1em;
}
#menutwo a:hover {
color : #ffffff;
}
#menutwo li {
float : left;
display : inline;
}
ul#menubottom {
width : 200px;
padding : 0;
margin : 0;
list-style-type : none;
position : relative;
margin-bottom : 20px;
float : right;
display : inline;
background : none;
margin-top:20px;
}
#menubottom a {
text-decoration : none;
padding : 0.1em 0.1em;
padding-left : 1.5em;
font-weight : normal;
color : #ff0066;
font-family : tahoma;
font-size : 12px;
position : relative;
letter-spacing : 0.1em;
background : none;
}
#menubottom a:hover {
color : #c8c8c8;
}
#menubottom li {
float : right;
display : inline;
}
div.float {
float : left;
width : 175px;
padding : 12px;
border-width : 1px;
border-color : gray;
}
div.singular {
float : left;
padding-bottom : 10px;
border-color : gray;
border-width : 1px;
}
#footer {
font-size : 12px;
font-family : tahoma;
font-weight : normal;
float : left;
margin-top:20px;
}
