
body {
	font: 12px Georgia,"Times New Roman",Times,serif;
	background: #fff url(../images/bg.jpg) repeat-x bottom;
	margin: 0 auto;
	color: #49A9A9;
}

h3,h2,h1 {
		font-weight:normal;
}

h1 {
	color:#000;
	font-size:26px;
	border-bottom: none;
}
h2 {
		font-size:20px;
	border-bottom:1px solid #eee;
}
h3 {
		font-size:18px;
	border-bottom:1px solid #eee;
}

 a {
	color:#999;
	font-weight : bold;
}

a:hover {
	text-decoration: none;
	color: #6DCFCC;
}

submit,input,textarea {
	background:#eee;
	color:#666;
	padding:5px;
	margin:3px
}

submit,input,textarea,#title img {
	border:none
}

#title,#container,#footer {
	margin:0 auto;
}

#title,#footer {
	text-align:center
}

#title {
	margin-bottom:25px;
	width:700px
}

.subtitle {
	font-variant:small-caps;
	letter-spacing:2px
}

#container {
	width:700px
}

#sidebar {
	width:200px;
	float:right;
	text-align:left;
}


#sidebar h3 {
	text-align:left
}

 p {
	line-height:20px
}


	/* ### Navigation ### */
	
	
	.navigation {
	
		}
		
	.navigation li {
		height:28px;
		list-style:none;
		padding:0;
	}
	
	.navigation a {
	display: block;
	padding: 6px 6px 6px 26px;
	margin: 0;
	color: #6DCFCC;
	text-decoration: none;
}
		
.navigation a:hover {
	background: #6DCFCC url(../images/background-li-hover.gif) no-repeat left;
	color: White;
}

.navigation span, .navigation ul {
	width: 180px;
	line-height: normal;
}


	/* ### Content ### */

	#content {
	padding-right:20px;
	border-right:1px solid #cccccc;
	width: 460px;
	float: left;
}


#content h2 {
		text-align:left;
	padding-top:15px !important;
	padding-top:0
}

.image1 {
	background:url(../images/image1.jpg) no-repeat top right;
}
.image2 {
	background:url(../images/image2.jpg) no-repeat top right;
}
.image3 {
	background:url(../images/image3.jpg) no-repeat top right;
}



#content p {
	text-indent:15px
}

ul,#content ol {
	line-height:25px
}

#footer {
	width:680px;
	clear: both;
	padding:1em 1em;
	border-top:1px solid #ccc;
	margin-top: 3em;
}
#footer a {
	padding: 0 1em;
	text-decoration: none;
}
