#mainwrapperpad {
	background: #FFFFFF;
	height: 1382px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
}
#mainwrapper {
	height: 1350px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	background: #E30380 url(img/robyns_banner.jpg) no-repeat bottom;
	height: 200px;
	width: 960px;
	position: relative;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	bottom: 15px;
	left: 50px;
}
#header li {
	display: inline;
	float: left;
}
#header li a:link, #header li a:visited {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.2em 2em;
	margin-right: 0.5em;
}
#header li a:hover, #header li a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}

#header li a.current,#header li a.current:hover,#header li a.current:active {
	color: #E30380;
	text-decoration: none;
	cursor: default;
}
.current {

}



#content {
	height: 1100px;
	width: 960px;
}
#sidebar {
	background: #000000;
	float: left;
	height: 1095px;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
#feature {
	background: #FFFFFF;
	float: right;
	height: 1100px;
	width: 640px;
}


#footer {
	height: 70px;
	width: 920px;
	margin-top: 10px;
	border-top: 1px dotted #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	padding-left: 40px;
	background-color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	padding: 15px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 0px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	letter-spacing: .2em;
	margin-right: 20px;
	margin-left: 20px;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
body {
	margin: 0px;
	padding: 10px 0px 0px;
	background-color: #E30380;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.imgspace {
	margin-right: 5px;
}
#formwrap {
	background: #F2F2F2;
	padding: 10px;
	width: 560px;
	margin-left: 30px;
}
.floatright {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}
.wideimage {
	margin-left: 20px;
}
