body {
	margin:0px;
	padding:0px;
    background: url(bg.jpg) repeat-y;
	}

#layout { 
	width: 640px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#layout img {
	border: 0px;
}

#content {
	padding-top: 0px;
	padding-left: 175px;
	padding-right: 0px;
	padding-bottom: 0px;
    width: 420px;
    margin: 0px;
	}
    
p, body {
	text-align: justify;
	font-family: Trebuchet MS, Tahoma;
	font-size: 12px;
	color: #6A5B56;
	line-height: 14px;
	text-transform: none;
	font-weight: normal; 
	margin-bottom: 15px;
	width: 100%;
}

h2 {
	text-align: right;
	font-family: Trebuchet MS, Tahoma;
	font-size: 12px;
	color: #6A5B56;
	line-height: 14px;
	text-transform: none;
	font-weight: normal; 
	padding: 0px;
	margin-bottom: 0px;
	width: 100%;
}

center {
	text-align: center;
	color: #6A5B56;
	font-variant: small-caps;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

li {
	text-align: justify;
	color: #6A5B56;
	line-height: 14px;
	font-weight: normal;  
	padding-left: 5px; 
	padding-right: 5px;
	margin-bottom: 2px;	
}

input, textarea, select, option{
	background-color: #E8F2F4;
	color: #727272;
	letter-spacing: 0px;
	border: 1px solid #FFFFFF;
	padding: 2px; 
}

h1 {
	text-align: left;
	font-family: Century Gothic, Trebuchet MS, Arial;
	font-size: 16px;
	color: #5C7A89;
	width: 100%;
	line-height: 12px;
	text-transform: uppercase;
	background: url(moonpixelnl.gif) no-repeat;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	letter-spacing: .1em;
}

a {
	color: #DB5A6F;
	text-decoration: none;
	font-weight: bold;
	font-family: Trebuchet MS;
	}
a:link {color:#DB5A6F;}
a:visited {color:#DB5A6F;}
a:hover {color:#8FABAF;}

.frontline {
	margin: 12px 0px 25px 0px;
	font-size: 14px;
	font-family: Century Gothic, serif;
    font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.frontline a {
	color: #0fa2d9;
	text-transform: uppercase;}

.frontline a:hover {
	color: #0fa2d9;
	text-decoration: line-through;
}

pre {
	color: #222222;
	font-size: 12px;
	text-align: center;
	margin: 20px 30px;
	padding: 5px;
}

blockquote {
	padding: 10px;
	margin: auto 40px;
	background-color: #E8F2F4;
	text-align: left;
	font-family: Trebuchet MS, Tahoma;
	font-size: 12px;
	color: #727272;
	line-height: 14px;
}