@charset "UTF-8";

body {
	margin:0em;
	padding:0em;
	font-family:"Myriad Pro", Helvetica, Arial, sans-serif; 
}

a, a:hover {
	color: #06c;
	text-decoration: none;
	}

a:visited {
	color: #147;
}

a:hover {
	color: #147;
	text-decoration: underline;
	}

img { border:0px none; }

h1 { 
	padding-top:0em;
	margin-top:0em;
	display:inline;
}

h1 img { display:inline;  float:left;}

div.header {
	font-family:"MyriadPro-Light", "Myriad Pro Light", "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight:200;
	height:102px;
	background-image:url(images/create-header.jpg);
	background-repeat:repeat-x;
	width:100%;
}

div.content {

}

.header ol {
	margin-right:30px;
	display:inline;
	float:right;
	color:white;
	position:relative;
	top:50%;
	font-size:15px;
	margin-top:-14px;
}

.header li {
	display:inline;
}

.header a {
	color:#888;
	text-decoration:none;
	margin-right:.6em;
}

.header a.current {
	color:white;
}

.header a:hover {
	color:white;
}

p.main {
	text-align:center;
}

p {
	margin:2em;
}