html 
{ 
overflow-y: scroll;
}

body{
margin:0 auto;
padding:0;
font:85% Verdana, Arial, Tahoma, sans-serif;
background:#cccccc;
font-size:12px;
font-weight:bold;
color:#030303;
}

#wrap{
	position: absolute;
	left: 50%;
	width:818px;
	height:600px;
	margin-left: -409px;
	margin-top: 5px;
	border: 2px solid #030303;
	background:#fff;
}

#header {
	background:#fff url(../images/banner-gradient.gif) repeat-y top right;
	position:relative;
	left:0px;
	top:0px;
	width:818px;
	height:100px;
}

#menu {
position:absolute; 
right:0px; 
top:100px; 
height:48px; 
width:817px;
background:#fff url(../images/menu-bg.gif) repeat-x; 
text-align:right; 
font-weight:bold;
padding:15px 1px 0 0;
color:#fff;
font-size:12px;
}

#menu a {
color:#fff;
font-weight:bold;
text-decoration:none;
padding:0 4px 0 4px;
}

#menu a:hover {
color:#d90661;
font-weight:bold;
text-decoration:none;
}


#boxTopLeft {
	position:absolute;
	left:20px;
	top:165px;
	height:181px;
	width:232px;
	background:#fff url(../images/box-bg.gif) repeat-y;
	padding:10px 5px 0 15px;
	color:#FFFFFF;
	font-size:11px;
}


#boxTopLeft a, #boxBottomLeft  a {
color:#fff;
font-weight:100;
text-decoration:none;
/*padding:0 7px 0 7px;*/
}

#boxTopLeft a:hover, #boxBottomLeft  a:hover {
color:#d90661;
font-weight:100;
text-decoration:none;
}

#boxBottomLeft {
position:absolute; 
left:20px; 
top:370px; 
height:181px; 
width:232px;
background:#fff url(../images/box-bg.gif) repeat-y; 
padding:10px 5px 0 15px;
color:#FFFFFF;
font-size:11px;
}



#boxBottomLeft li, #boxTopLeft li {
list-style: url(../images/bullet-point.gif);
width:180px;
}


#content {
position:absolute; 
left:275px; 
top:165px; 
width:527px;
color:#000;
font-size:11px;
}


#columnLeft {
position:relative; 
float:left;
left:0px; 
top:15px; 
width:250px;
color:#000;
font-size:11px;
}


#columnRight {
position:relative; 
float:left;
left:0px; 
top:15px; 
width:250px;
color:#000;
font-size:11px;
margin-left:25px;
}

#footer {
position:absolute; 
width:818px; 
top:570px; 
height:21px; 
background:#fff url(../images/footer-bg.gif) repeat-x; 
border-top: 2px solid #030303; 
text-align:center;
font-size:11px;
color:#FFFFFF;
padding-top:7px;
}

#footer a {
color:#FFFFFF;
}

#footer a:hover {
color:#898988;
}


#boxBottomLeft2 {
position:absolute; 
left:20px; 
top:875px; 
height:181px; 
width:232px;
padding:10px 5px 0 5px;
}



p {
line-height:16px;
font-weight:100;
font-size:12px;
}

h1 {
font-size:20px;
margin-top:0px;
}


h3 {
font-size:14px;
margin-top:20px;
}


a {
color:#d90661;
text-decoration:none;
}

a:hover {
color:#898988;
text-decoration:none;
}

li {
list-style: url(../images/bulletW-point.gif);
margin:10px 0 15px -20px;
font-size:11px;
}

ul {
margin-top:25px;
}

.small {
font-size:10px;
}

.bold{font-weight:900;}