@charset "utf-8";
/* CSS Document */

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, strong, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #fff;
	background-color:#000000;
	font-family:arial;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:20px;	
	padding:10px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 3px;;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

div.hr {
	border: none;
	border-top: 1px dotted #333;
	margin-top: 5px;
	margin-bottom: 18px;
	
}
div.hr hr { display: none; }

#container {
		margin:0 auto;
		width:975px;
		border:#FFF 1px solid;
		}

#header {
		width:975px;
		}
		
#header h1 {
		text-indent:-1000em;
		}

#content {
		padding:10px;
		}	
		
#content li {
		list-style-type:square;
		margin-left:30px;
		font-size:14px;
		margin-bottom:20px;
		}	
		
#content h1 {
		font-size:26px;
		letter-spacing:-0.5px;
		line-height:100%;
		margin-bottom:30px;		
		}

#content h2 {
		font-size:20px;
		letter-spacing:-0.5px;
		line-height:100%;
		margin-bottom:20px;		
		}
		
#contact td {
		padding:8px;
		vertical-align:middle;		
		}
#contact tr {
		background-color:#272727;
		}
#contact input, #contact textarea {
		background-color:#F5F5F5;
		font-size:12px;
		padding:3px;
		border:#FFF 1px solid;
		}

#gobtn input  {
		font-size:16px; font-weight:bold;
		border:1px #FFF solid;
		float:right;
		}

#contact-form {
		border:#333333 5px dashed;
		padding:15px; margin:10px;
		}
		
#msg {
	padding:10px;
	background-color:#FFF;
	color:#000000;
	font-size:14px; font-weight:bold;
	text-align:center;
	border:#333 2px dashed;
	}
		

