/*
Theme Name: CHSM
Theme URI: http://knowersark.com.au/
Description: Theme for Central Highlands School of Massage. Designed and built by Knowers Ark
Version: 1.0
Author: Knowers Ark
Author URI: http://knowersark.com.au/
Tags: custom

	This theme was designed and built by Knowers Ark

	(C) Copyright 2010 Knowers Ark Services

*/



/* Begin Typography & Colors */
body {
	font-size: 10px; /* Resets 1em to 10px */
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	background: url(images/page_background.jpg) repeat-x top left #f4e5df;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	text-align: left;
	background: none;	
	margin: 0 auto;
	padding: 0;
	width: 850px;
	}

#header {
	margin: 0;
	padding: 0;
	height: 180px;
	width: 850px;
}

		#header h1 {
			display: inline;
			width: 850px;
			height: 180px;
			float: left;
			margin: 0; padding: 0;
			background: url('images/header.jpg') no-repeat top left;
		}
		
				#header h1 a {
					display: block;
					width: 850px;
					height: 180px;
					float: left;
					text-indent: -9999px;
				}

#main_menu {
	display: inline;
	width: 180px;
	float: left;
	margin: 20px 0 40px 20px;
	border-top: 2px solid #fdfaf9;
}

		#main_menu ul {
			display: inline;
			float: left;
			height: 40px;
			margin: 0 0 0 0;
			padding: 0;
		}
		
				#main_menu ul li {
					display: inline;
					float: left;
					height: 42px;
					margin: 0;
					padding: 0 0 0 0;
				}
				
				#main_menu ul li a {
					display: block;
					width: 185px;
					height: 40px;
					float: left;
					line-height: 40px;
					color: #03682e;
					font-size: 1.4em;
					text-indent: 15px;
					text-decoration: none;
					border-bottom: 2px solid #fdfaf9;
				}
				
						#main_menu ul li a:hover {
							background-color: #fbf5f3;
						}

#main {
	display: inline;
	width: 850px;
	float: left;
	background-color: #f9f1ee;
	border-top: 1px solid #aa6667;
	margin: 0;
}

#content_wrapper {
	display: inline;
	width: 650px;
	float: left;
	background: url('images/content_wrapper.jpg') repeat-x top left;
}

		#content {
			display: inline;
			width: 540px;
			float: left;
			margin: 40px 0 40px 40px;
			min-height: 400px;
			font-size: 1.4em;
					line-height: 1.4em;
		}
		
				#content h1 {
					color: #aa6667;
					margin: 0 0 20px 0;
					font-size: 2.2em;
					font-weight: normal;
				}
				
				#content p {
					
					margin: 0 0 1.4em 0;
				}
				
				#content a {
					color: #aa6667;
					text-decoration: none;
				}
				
						#content a:hover {
							text-decoration: underline;
						}
						
						
				#content .alignright {
					float: right;
					margin: 0 0 15px 15px;
				}
				
				#content .alignleft {
					float: left;
					margin: 15px 15px 0 0;
				}
			
			


#footer {
	padding: 16px 0 0 0;
	margin: 20px 0 0 0;
	width: 850px;
	clear: both;
	color: #aa6667;
	border-top: 1px solid #aa6667;
	text-align: right;
	font-size: 1.2em;
	}
	
	#footer p {
		width: 100%;
		margin: 0;
		padding: 0;
	}
		
	#footer a {
		color: #aa6667;
		text-decoration: none;
	}
	
			#footer a:hover {
				text-decoration: underline;
			}
	
	
/* End Structure */

/* Begin Sidebar */
#sidebar
{
	display: inline;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 200px;
	float: left;
	}
