* {
	padding: 0;
	margin: 0;
}
html {
	font: 13px "Century Gothic",Arial, Helvetica, Verdana, Sans-Serif;
	background:#EC008C;
}

a {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	background: #fff;
	color: #fff;
	text-decoration:none;
}

a.current {
	background: #fff;
	color: #fff;
	text-decoration:none;
}

a img {
	border: none;
}

a.image {
	border:none;
	background: none;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style: none;
}

h1,h2,h3 {
	margin-bottom:1em;
}

h4 {
	margin: 1em 0;
}

h1{font-size:30px;
color: #fff;
}
h3{font-size:20px;
color: #fff;
}
#wrapper {
	margin: 20px auto;
	width: 935px;
	border: 5px solid #fff;
	background: url(/images/bg.png) no-repeat right bottom;
}

#logo {
	margin-top: 31px;
	width:390px;
	float:left;
}

#container {
	margin:22px;
	clear:both;
	overflow:hidden;
}

#header {
	clear:both;
	height: 0;
}

#wrapper.bg {
	
	min-height: 1310px;
}

#footer {
	clear:both;
	height:170px;
}

#footerprint {
	display:none;
}

#printicon {
	float:right;
}

#left {
	width:300px;
	float:left;
}

img.left {float:left;margin-right:10px;}
img.right {float:right;margin-left:10px;}

#right {
	width:585px;
	float:right;
}

#menu {
	float:right;
	height:30px;
	width:540px;
}

#menu ul {
	float:right;
}

#menu ul li {

	height:30px;
	line-height:30px;
	float:left;
}

#menu ul li a {
	display:block;
	padding: 0 30px;
	
}

