body{
background-color:#333333;
font-family:Arial, Helvetica, sans-serif;
}
h1{
color:#999900;
font-size:large;
background:transparent;
}
h2{
color:#FFFFFF;
font-size:medium;
background:transparent;
}
p, ul, li{
font-size:small;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
#main p, ul, li{
font-size:small;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}
a:link{
font-size:small;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
}
a:hover{
font-size:small;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#9900CC;
}
#wrapper{
background-color:#000000;
width:1000px;
height:auto;
margin-top:100px;
margin-left:auto;
margin-right:auto;
border-style:solid;
border-color:#FFFFFF;
}
#banner{
width:1000px;
height:200px;
background:url(http://www.kristinlepore.com/images/solutionwhitebanner.jpg);
vertical-align:top;
margin-left:auto;
margin-right:auto;
border-style:solid;
border-color:#FFFFFF;
}
#linksbox{
background-color:#000000;
width:250px;
height:25px;
float:left;
}
#main{
background-color:#FFFFFF;
width:800px;
height:auto;
margin-left:auto;
margin-right:auto;
}
#mainblack{
background-color:#000000;
width:800px;
height:auto;
margin-left:auto;
margin-right:auto;
}
#footer{
background-color:#000000;
width:1000px;
height:100px;
vertical-align:bottom;
margin-left:auto;
margin-right:auto;
border-style:solid;
border-color:#FFFFFF;
}