/*-----------------------------------------------------------------------------
Asgerally Style Sheet

Focus:		Layouts used in the site
version:	1.0
author:		Yusufali Asgerally
email:		yusuf [@] asgerally.com
website:	http://www.asgerally.com/
-----------------------------------------------------------------------------*/

/* =Layout
-----------------------------------------------------------------------------*/

body {
	text-align: center;
	min-width:795px;
}

#wrapper {
	width:795px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header {
	position:relative;
	width:795px;
	height:4.75em;
	display:block;
}

.headerText {
	padding: 5px 7px 5px 230px;
}

#title {
	position:absolute;
	left:10px;
	top:10px;
}

div#tagline {
	position:absolute;
	right:75px;
	top:5px;
	width:505px;
}

#ethnicBorder {
	height:50px;
	min-height:50px;
	width:795px;
}

div#contentWrapper {
	float:right;
	width:600px;
}

div#content {
	float:right;
	width:600px;
}

div#nav {
	margin-top:10px;
	float:left;
	width:165px;
}

div#navBottom {
	float:left;
	width:165px;
	height:24px;
}

div#footer {
	width:795px;
	clear:both;
}