* { 
	margin: 0; 
	padding: 0; 
} 

body { 
	text-align: center;
	background: #fff url(images/bg.gif) no-repeat top center; 
	font: 12px/18px "Verdana, Arial", Verdana, sans-serif;
	color: #777777;
} 

a:link, a:visited { 
	color: #777777; 
} 

a:hover { 
	color: #d1469c; 
} 

h1 { 
	margin-bottom: 11px; 
	padding-top: 15px; 
	padding-bottom: 21px; 
	font:1.5em/18px; 
	color: #0e0b78; 
} 

h2, h3{ 
	font-weight: normal; 
	font-size: 1em; 
	line-height: 18px; 
} 

h2 { 
	padding-top: 10px; 
	padding-bottom: 20px; 
	font-size: 1.25em; 
	text-transform: uppercase; 
} 

h3 { 
	padding-bottom: 6px; 
	font-weight: bold;
	color: #0e0b78; 
} 

#page { 
	margin: 0 auto; 
	width: 960px; 
	text-align: left; 
} 

#header { 
	margin-top: 130px;
	margin-left: 24px;
	position: relative;
} 

img {
	border:0px;
}

#nav {
	clear: both;
	float: right;
	margin-top: -90px;
	position: relative;
	display: block;
}

#logo {
	
}

#social {
	clear: left;
	margin: 0px 24px 0px 24px;
	text-align: center;
}

#social ul {
	list-style: none;
}

#social li {
	display: inline;
}
#social img {
	margin:0 20px 0 20px;
}

#header p { 
	float: left; 
	padding: 60px 24px 24px 126px; 
	font-size: 1.5em; 
	line-height: 1em; 
	color: #fff; 
} 
#header ul { 
	padding-top: 62px; 
	padding-right: 12px; 
	text-align: right; 
	list-style: none; 
} 
#header li { 
	display: inline; 
	margin: 0 12px; 
} 
#header li a { 
	font-size: 1.25em; 
	line-height: 1em; 
	text-decoration: none;  
} 
#header li a:hover { 
	color: #d1469c; 
} 

#content-primary {  
	width: 936px; 
	margin: 24px; 
} 

#content-primary p { 
	padding-bottom: 18px; 
} 

#content-primary img { 
	float: left; 
	margin: 6px 6px 6px -6px; 
	padding: 3px; 
	border: 3px solid #eee; 
	background: #fff; 
	position: relative;
} 

#content-secondary { 
	background-color:#dfdfff;
	float: right;
	margin: 24px; 
	width: 180px;
	font-size: 11px;
	padding: 10px;
} 

#content-secondary p { 
	padding-bottom: 18px; 
} 

#row {
	clear:left;	
}

#content-secondary ul
{
	list-style-position: inside;
}

#footer { 
	clear: both; 
	height: 150px; 
	background: #fff url(images/bg_footer.gif) no-repeat bottom center;  
	font-size: 10px; 
	line-height: 1em; 
	color: #0e0b78; 
}
 
#footer a:link, #footer a:visited { 
	color: #0e0b78; 
}

#footer p {  
	padding: 132px 24px 0 24px; 
}

.clear { 
	clear: both; 
}