/*****************************
	This is a stylesheet
*****************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


body { 
	padding:0;
	margin:0;
	background: #000; 
	font: 1.9em Arial, Helvetica, Verdana;
	color:#f0f0f0;
	}
#page{ 
	margin:0 auto;
	padding:0; 
	width:910px;
	}	
#header{ 
	margin:20px 0;
	padding:0;  
	clear:both;
	}	
#content { 
	margin:0;
	padding:25px;
	clear:both;
	}
#footer { 
	margin:0;
	padding:10px 0 0 0;
	clear:both;
	text-align:center;
	}
.round {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	background:#212121;
	}
div.design {
	margin:10px;
	padding:0;
	min-height:160px;
	float:left;
	display:inline;
	}
img {
	padding:1px;
	background:#000;
	}

a { color:#ff9900 }
a:hover { text-decoration:none; }
p { margin-bottom: 1em; }
	
.right { float: right; }
.left { float:left; }
.clear { clear:both; }

h1 a, h1 a:hover { 
	width:100%; 
	font-size: 385%; 
	letter-spacing: -0.07em; 
	line-height: 0.8; 
	color: #f0f0f0; 
	text-decoration: none; 
	font-weight:bold; 
	clear:both; 
	margin-bottom:10px;
	}
.darker {
	color:#888;
	}
h2 { 
	width:100%;  
	font-size: 140%; 
	letter-spacing: -0.05em; 
	line-height: 0.8; 
	color: #5e0061; 
	padding-bottom:7px; 
	text-decoration: none; 
	clear:both;
	text-align:right;
	}
h3 { 
	font-size: 150%; 
	letter-spacing: -0.03em; 
	line-height: 0.8; 
	color: #888; 
	text-decoration: none; 
	font-weight:bold; 
	margin-bottom:10px;
	}




