body {
	background: url(../images/bg.png) top repeat-x;
}

div#container {
	position: relative;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	position: relative;
	padding: 50px 0 0 0;
}

img#logo {
	margin-left: -30px;
}

div.menu {
	position: relative;
	top: 33px;
	width: 640px;
}
div.submenu {
	position: relative;
	top: 33px;
/* 	display: none; */
}

	div#classesmenu {
		position: absolute;
		top: 110px;
		left: 452px;
	}
	
	div#thecdmenu {
		position: absolute;
		top: 110px;
		left: 530px;
	}


li.menu {
	display: inline;
	list-style: none;
	background: url(../images/menu/menu_slash.png) no-repeat;
	padding-top: 8px;
	padding-left: 8px;
	margin-left: -2px
}
	li.menu.first {
		background: none;
		padding-left: 0px;	
	}

div#content {
	position: relative;
	top: 50px;
	width: 640px;
/* 	padding-bottom: 100px; */
}

div#home_content {
	position: relative;
	width: 100%;
	height: 600px;
	padding-bottom: 100px;
	text-align: center;
	background: url(../images/pose_intro.png) top center no-repeat;
}

img.header {
	margin-left: -30px;
	margin-bottom: 20px;
}

img.subheader {
/* 	margin-left: -30px; */
	margin-bottom: 20px;
}




/* TYPOGRAPHY */
body {
	font-family: Palatino, 'Book Antiqua', serif;
	font-size: 13pt;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

p, h2 {
	line-height: 1.6;
	margin-bottom: 1.6em;
}

div.post h2 {
	margin-bottom: 1em;
}

ul {
	margin-bottom: 1.6em;
}

li {
	line-height: 1.6;
}

div#categories {
	padding: 0.5em 1em;
	margin-bottom: 2em;
	border: 1px solid #B85D9B;
}
	div#categories * {
		display: inline;
		margin-right: 0.2em;
	}
	
	li.categories,
	li.cat-item,
	li.categories ul {
		list-style: none;
	}

hr {
	border: 0;
	height: 2px;
	color: #B85D9B;
	background-color: #B85D9B;
	margin-top: 0;
	margin-bottom: 1.6em;
}

/* OTHER STYLES */

a {
	color: #B85D9B;
	text-decoration: underline;
}

small {
	font-size: 0.8em;
	font-style: italic;
	color: #666;
}

.left,
.alignleft {
	float: left;
}
.right,
.alignright {
	float: right;
}

hr.clear {
	height: 0px;
	margin: 0;
	padding: 0;
	clear: both;
	visibility: hidden;
}


