/* CSS 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, 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 {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/*CUSTOM CSS*/
html{
background-color: #E2E2E2;
font-family: Arial, Helvetica, sans-serif;
font-size:0.8em;
color: #666666;
}
body{}
.wrapper{background-image:url('bg.jpg');
background-position:center;
background-repeat:repeat-y;}

p{line-height:1.5em;}

h1,h2,h3,h4,h5,h6,p{margin-bottom:10px; color:#333333;line-height:1.6em;}

h1{font-size:1.5em; font-weight:bold}
h2{font-size:1.1em; font-weight:bold}
h3{font-size:1.1em; font-weight:bold}
h4{font-size:1.1em; font-weight:bold}

.header{
background-image:url('top.jpg');
background-position:top;
background-repeat: no-repeat;
height:72px;
text-align:center;
}
.perfectmiddle, .wrapper{width:840px; margin:0px auto;}

.container{
width:760px;
margin:0px auto;
}
.clearboth{clear:both; height:25px;}

.seo{ font-weight:bold; font-style: italic;}
.quote{background-color:#f0f0f0;}
.quote h4,.quote p,.quote h5{margin-left:40px;margin-right:40px;}
.quote p{padding-top:5px;}
.quote h5{ font-style:italic;padding-top:10px; color:#666666; text-align:center}

strong{font-weight:bold;}

.menu{width:300px; margin-top:10px;float:left; text-align:justify}]
.menu a,.menu ul li a,.menu ul li p a,.menu p a{color:#333333; text-decoration:none;}
.menu ul li{padding:10px;}
.menu h4 a{color:#339900; text-decoration:none;}
.menu ul li:hover{background-color: #F0F0F0}

.content{width:400px; float:right;margin-right:10px;}
h1,h2{color: #009999;}

.footer{
border-top:1px solid #CCCCCC;
padding:10px;
text-align: center;
font-size:0.8em;
height:60px; background-color: #333333; 
color: #CCCCCC;
}
a{color: #009999; text-decoration:none}