/***********************************************************

	RESET
	
***********************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***********************************************************

	GENERAL
	
***********************************************************/

body {
	background: #464646;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font: 12px Tahoma;
	padding-bottom: 20px;
}
a {
	text-decoration: none;
	color: #202020;
}
a:hover {
	text-decoration: underline;
	color: #223b51;
}
p {
	margin-bottom: 10px;
}
.container {
	width: 827px;
	margin: auto;
}
.header {
	width: 827px;
	height: 227px;
	float:left;
}
/***********************************************************

	Rest
	
***********************************************************/

.main {
	width: 797px;
	
	background:#FFFFFF;
	float:left;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.left {
	width: 507px;
	
	margin:15px;
	padding:15px;
	float:left;
	background-color:#fff;
}
.right {
	width: 183px;
	margin:15px 15px 15px 0px;
	padding:15px;
	
	float:left;
	background-color: #c4c9c7;
}


#comment, #url, #email, #author, #submit {

	max-width:375px;

	border:dashed 1px #666666;

	margin:5px 0 5px 0;

	
	background-color:#dce2dd;

	font-family:tahoma, Helvetica, sans-serif;

	font-size:11px;

}

.commentlist {

	background-color:#C1CCC5;

	margin:5px 0 5px 0;

	padding:20px;

}

h2 {
font-family: myriad pro, georgia, monospace;
font-size:22px;
letter-spacing:-1px;
color:#0e4d61;
}

