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

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	height: 100%;
}


a				{outline: none;}
a:link 			{color:#7aaede; text-decoration:underline; font-weight:bold;}
a:visited 		{color:#44627e; text-decoration:underline; font-weight:bold;}
a:hover 		{color:#000000; text-decoration:none; font-weight:bold;}
a:active 		{color:#44627e; text-decoration:underline; font-weight:bold;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:13px; margin:0 0 12px;color: #39434A;}
h2 					{font-size:12px; margin:8px 0;color: #7aaede;}
h3 					{font-size:10px; margin:6px 0 5px;color: #39434A;}
h4 					{font-size:10px; margin:4px 0;color: #7aaede;}
h5					{font-size:10px; margin:3px 0;color: #858E7D;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Page */

#wrapper {
	
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url("../images/bg.jpg") repeat-y;
	padding-top: 17px;
}

/* Header */

#header {
	width: 684px;
	height: 121px;
	margin: 0 0 0 33px;
	background: #FFF url("../images/header.jpg") no-repeat;
}

#header h1 {
	margin: 0;
	margin-top: 11px;
	float: right;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
	text-indent: -9000px;
}


/* Content */

#content {
	/*float: right;*/
	width: 664px;
	margin-left: 43px;
	padding-top: 20px;
	margin-bottom: 20px;
}

#content-main {
	width: 450px;
	padding: 0px;
	padding-top: 10px;
}

#content-main p, #content-main ul, #content-main ol {
	line-height: 180%;
}



#content-side {
	float: right;
	width: 168px;
	padding: 10px 0 20px 20px;
	border-left: 1px dotted #DBDBDB;
	text-align: left;
}

/* Footer */

#footer {
	width: 750px;
	height: auto;
	overflow: visible;
	padding-top: 20px;
	padding-bottom: 25px;
	margin: 0 auto;
	text-align: center;
	background: url("../images/footer.jpg") no-repeat bottom left;
}


#footer p {
	margin: 0;
	color: #8D8B8B;
}

