/*****************************
Project: Syite.com Project
By: Fleech Media Inc.
*****************************/

/*******GENERAL TAGS*******/
body {
	margin:0px auto;
	padding:0px;
	width: 800px;
	color: #333333;
	position: relative;
	background: #fff url('images/bg.png') repeat-y center top;; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:160%; 
	font-size:70%; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a, strong a {

	text-decoration:none;
	outline: none;
	color:#000;
}
a:visited {
	color: #FF9900;
}
a:hover {
	text-decoration:underline;
}
p {
	margin: 0px 0px 14px;
}

/***HEADER TAGS***/
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
h2, h3, h4, h5 { font-weight: normal; display: block; margin: 0px; padding: 0px;}
h2, h2 a, h3, h4, h5 { color: #516210; font: 20px Georgia, serif; text-decoration: none; }
h2 a:hover { text-decoration: underline; }
h3, h4 { font-size: 17px; }
h4 { margin: 10px 0px -4px 0px; }
h5 { margin: 10px 0px -4px 0px; font-size: 14px; font-style: italic;  }

/***QUOTE & CODE***/
code{
	font: 12px/14px "Courier New", Courier, monospace;
	color: #000000;
	background: #F5F5F5;
	margin: 5px 10px;
	padding: 10px;
	display:block;
	border: 1px dashed #818141;
	width: auto;
}
.code .indent {
	padding-left: 15px;
}
blockquote {
	margin: 0px 15px 20px;
	padding: 3px 10px;
	border-left: 3px dotted #d6e5aa;
	border-right: 3px dotted #d6e5aa;
	border-top: 1px dotted #d6e5aa;
	border-bottom: 1px dotted #d6e5aa;
	line-height: 140%;
	width: auto;
}

/***MAIN***/
#main {
	width: 750px;
	margin: 0 auto;
	height: auto;
}

/***Header***/
#nav {
	background: #afc218;
	height: 48px;
	width: auto;
	border-bottom: 7px solid #fff;
	text-align: right;
	padding-right: 10px;
	font: 17px/17px helvetica, "Courier New", Courier, monospace;
}

#nav a {
	color: #fff;
}

#header {
	width: auto;
	height: 197px;
	background: #0099cc url(images/teavy.png) no-repeat center top;
}

/***ADS***/
#ads {
	margin-top: 20px;
	background: #FAFED5;
	border-top: 10px solid #AFC218;
	border-bottom: 10px solid #AFC218;
	min-height: 50px;
	width: auto;
	text-align: center;
}

/***CONTENT***/
#content {
	width: 700px;
	margin: auto;
	padding-top: 15px;
}

#content a {
	color: #000;
}

/***FOOTER***/
#footer {
	background: #FAFED5;
	width: auto;
	text-align: center;
	margin-top: 20px;
	border-top: 10px solid #AFC218;
	min-height: 50px;
}

#footer a{
	color: #000;
}
