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

body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #8C8C8C;
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.image_right, .image_left {
	text-align:center;
	padding:10px;
	
	font-size:small;
	font-style:italic;
}

.image_right p, .image_left p {
	padding-top:0;
	margin-top:3px;
}

.image_right {
	float:right;
	margin:0 0 10px 20px;
}

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

img {
	margin:0;
	padding:3px;
	border: 1px solid;
	color:#333333;
}


h1, h2, h3 {
	font-weight: normal;
	/*color: #CBA61A;*/
	/*color:#300AEF;*/
	color:#9c84b7;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #3AA0B9;
}

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

/* Header */

#header {
	width: 760px;
	height: 280px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
}

#header h1, #header p {
	margin: 0;
	color: #EB42A3;
}

#header h1 {
	margin-left: -2000px;
}

#header a {
	color: #EB42A3;
}

/* Page */

#page {
	min-width: 760px;
	width:75%;
	margin: 0 auto;
}

/* Content */

#content {
	margin: 0 20px 0 13em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}

#contact {
	text-align:center;
	color:#9c84b7;
	padding-bottom: 20px;
}


.title {
	margin: 0;
	border-bottom: 2px solid #0F0F0F;
}

.divider {
	border-bottom: 2px solid #0F0F0F;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
	padding-top: 15px;
	color: #3AA0B9;

}

#sidebar ul {
	
	list-style: disc outside;
}

#sidebar li {
	border-bottom: 1px dotted #0F0F0F;
}

#sidebar ul ul {
	list-style: circle outside;
	margin-left:0;
	padding-left:0;	
}

#sidebar li li {
	border-bottom: 1px dotted #0F0F0F;
	margin-left:15px;
	padding-left:0px;
	/*margin-left:15px;*/
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #0F0F0F;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: url(images/img07.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}


