/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(../images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
position:relative;
left:20px;
top:5px;
	width: 950px;
	height: 65px;
	margin: 0 auto;

	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 115px;
	height: 45px;
	padding: 10px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #BABABA;
	padding-left:5px;
	padding-right:5px;
}

#menu .biggermenu a { 
	display: block;
	float: left;
	width: 150px;
	height: 50px;
	padding: 5px 0px 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #82BC2B;
	color: #FFFFFF;
}

#menu .active a {
	background: #82BC2B;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
	z-index:10;
}

#header h1 {
position:relative;
left:0px;
top:0px;
border-right:#000000 2px dotted;
border-left:#000000 2px dotted;
	float: left; 
	width: 200px; 
	height: 80px;
	margin: 0px;
	padding: 90px 0 0 0px;
	background: url(../images/headergrass.jpg) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {
position:relative;
left:-36px;
top:0px;
	float: right;
	width: 530px;
	height: 86px;
	margin: 0 0 0px 0px;
	background: url(../images/img03.jpg) no-repeat;
	padding: 84px 0px 0px 0;
	text-align: right;	
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}





/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 700px;
	padding-top: 10px;
}



.hr {
	border-: 1px solid #EDEBD5;
}

#friendsbullets
{
	width: 700px;
	padding-left:150px;
}


/* Footer */

#footer {
	height: 20px;
	padding: 7px 0;
	background: #EDEBD5 url(../images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}