body {
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background: #101013;
	color: #b3b3bb;
}

/*redefine*/

::-moz-selection {
	background: #111;
	color: #eee;
}

::selection {
	background: #111;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

a:link, a:visited {
	color: #7389ae;
}

a:hover, a:active {
	color: #faec8f;
}

h1 span {
	display: none;
}

p {
	padding: 5px 0;
	line-height: 1.7;
}

a {
	outline: none;
}

form, table {
	margin: 0;
	padding: 0;
}

/*shared*/

span.clr {
	display: block;
	clear: both;
}

/*headings & link colors*/

h2 {
	font-size: 20px;
	border-bottom: 1px solid #27272a;
	border-top: 1px solid #27272a;
	margin: 0 0 10px;
	padding: 5px 0 4px;
	color: #ccc;
	color: #c17878;
}

h2, h3.sub {
	text-shadow: 1px 2px 1px #131315;
}

h3.sub {
	position: absolute;
	top: 50px;
	font-size: 9px;
}

/*header*/

div#header p, div#header h1, div#header ul {
	margin: 0;
	padding: 0;
}

div#logo a {
	margin-top: 20px;
	display: block;
}

div#logo h1 a span, div#logo p {
	padding-top:20px;
	font-size:20px;
	letter-spacing:25px;
	font-variant:small-caps;
}

div#header {
	height: 100px;
	border-bottom: 8px double #2a2a2f;
}

div#header-inside, div#footer-inside {
	width: 800px;
	margin: 0 auto;
}

#footer {
	border-top: 1px dotted #2a2a2f;
	margin-top: 30px;
	font-size: 9px;
	color: #595965;
	padding: 15px 0;
	height: 1%; /*ie7*/
	text-align: center;
}

/*content*/

#container {
	position: relative;
	width: 800px;
	margin: 30px auto 10px;
}

#content {
	width: 800px;
	position: relative;
	z-index: 10000;
	padding-right: 45px;
	margin: 30px auto 10px;
}

/*accordion menu*/

#accMenu {
	position: relative;
	border-top: 1px solid #27272a;
	border-bottom: 1px double #27272a;
	margin-bottom: 10px;
	padding: 10px 0;
	margin-left:auto;
	margin-right:auto;
}

#accMenu .accMenuCont {
	display: block;
	background: url(../images/accMenu_right.jpg) no-repeat scroll right top;
	height: 100px;
}

#accMenu li {
	float: left;
}

#accMenu .accMenuItem {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 125px;
	padding: 10px;
	background: #fff;
	border-right: 5px solid #1d1d20;
}

#accMenu .accMenuItem span {
	display: none;
}

#accMenu .photo {
	background: #78ba91 url(../images/accMenu_photo.jpg);
}

#accMenu .blog {
	background: #7389ae url(../images/accMenu_blog.jpg);
}

#accMenu .about {
	background: #c17878 url(../images/accMenu_about.jpg);
}

#accMenu .ref {
	background: #a87aad url(../images/accMenu_ref.jpg);
	border-right: 0;
}
