/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
html, body{
	height: 100%
}
body{
	background: #ffffff;
	color: #323232;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #8d6235;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	font-size: 2.2em;
	margin: 0 0 .5em;
	color: #5e5e93
}
h3{
	font-size: 1.4em;
	margin: 0 0 .5em;
	color: #5e5e93
}
h4{
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	line-height: 1.3em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	border: 0px solid #ddc6b0;
	border-top: 0;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 99.98%;
	margin: 0 auto;
	min-height: 99.98%;
	width: 700px
}
/*=== Header ===*/
#header{
	
	min-height: 158px;
	overflow: hidden
}

/*- Logo -*/
#header img{
	float: left;
}

#header h2 {
	float: right;
	padding-top: 110px
	
}

#purplebar {
	width: 700px;
	height: 30px;
	background: #8183a9;
	margin: 0
}


/*=== Navigation ===*/
/*- Navbar -*/


.navbar {
	width: 200px;
	float: left;
	height: 1%;
	padding: 10px;
	background: #e7e7ef
}

.nav1 li{
	font-size: 14px;
	font-weight: bold;
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #d7d7de
}

.nav1 li a{
	color: #7a7ea4;
	text-decoration: none
	}
.nav1 li a:hover {
	color: #424a7a
	}
	

.rightcol {
	width: 450px;
	float: right;
	height: 1%;
	padding: 10px;
	background: #fffff
}

.content {
	float: left;
	background: url(../images/man.jpg) no-repeat;
	
	}



	
.spacer {
	width: 100%;
	clear: both;
	padding-top: 10px
	}


	/*=== Footer ===*/
#footer{
	color: #686867;
	font-size: .85em;
	padding: 10px 0 5px;
	text-align: center
}
#footer a{
	color: #686867
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 5px;
	margin: -1px 0 0;
	overflow: hidden
}
