/*general*/
img{
border:0;
}
div{
margin:0;
}
ul{
margin:0 0 1em 0;
}

body{
background-color:#2D1E36;
text-align:center;
font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
font-style:italic;
line-height:16pt;
font-size:medium;
margin:0;
}
a{
color:#AB053C;
}
a:hover{
color:#F91D66;
}

/*divs and such*/
#surround{
width:750px;
margin:0 auto;
text-align:left;
background-color:#F4EAD1;
}
#surround2{
background-image:url('../images/bg2.gif');
background-position:center top;
background-repeat:no-repeat;
margin:0;
}
#logo{
padding-left:220px;
}
#menu{
padding-bottom:30px;
}
#menu div{
position:absolute;
border-bottom:1px solid #929292;
}
#menu a{
font-weight:bold;
text-decoration:none;
}
#content{
margin:0 20px;
}
#left{
margin-right:10px;
}
#right{
width:300px;
float:right;
}
#footer{
font-size:x-small;
text-align:center;
width:750px;
padding:1em 0 1em 0;
clear:both;
}

/*headers*/
h1{
margin:0;
}
h2{
color:#2B1E32;
font-size:large;
margin:0 0 1em 0;
text-align:center;
}
h3{
color:#333333;
margin:0;
font-size:medium;
font-weight:bold;
}
p{
margin:0 0 1em 0;
font-style:normal;
}
li{
font-style:normal;
}

/*inline images*/
.float_left{
float:left;
margin:0 5px 5px 0;
font-size:small;
font-style:normal;
}
.float_left img{
border:1px solid black;
}
.float_right{
float:right;
margin:0 0 5px 5px;
font-size:small;
font-style:normal;
}
.float_right img{
border:1px solid black;
}

img.border{
border:1px solid black;
}