

body {
	text-align : center;
	background-color: #b9c4d8; 
	min-width : 770px ;
	font: small Verdana, Sans-serif;
	line-height: 1.6em;
	color: #333333;
	}

#wrapper {
	width : 770px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	}
	
	/* For resume/cartoon/writing tabs  */
	
.navigationTabs {
	height: 23px;
	line-height: 23px;
	border-bottom: 1px solid #ccc;
}
.navigationTabs li {
	float: left;
	height: 23px;
	line-height: 23px;
	padding-right: 3px;
}
.navigationTabs li a{
	float: left;
	dispaly: block;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	overflow: hidden;
	color: #52697E;
	background-color: #eee;
	position: relative;
	text-decoration: none;
}
.navigationTabs li a:hover {
	background-color: #f0f0f0;
}
.navigationTabs li a.active {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px solid;
}
.tabsContent {
	border: 1px solid #ccc;
	border-top: 0px solid;
	width: 698px;
	overflow: hidden;
	background-color: #ffffff;
}
.tab {
	padding: 16px;
	display: none;
}


/*Basic layout*/
	
#header {
	padding-top: 10px;
	}

#maincontainer {
	float: left;
	width : 770px;
	background: url(../images/containerBl.png) repeat-y;
	}

#padding {
	clear: both;
	padding: 20px 20px 20px 20px;
	}

#content {
	float: left;
	padding: 0 0 30px 30px;
	background-color: #ffffff;
	}
	
#floatright {
	float:right;
	margin:5px;
}

#floatleft {
	float:left;
	padding: 0 20px  20px 20px;
	background-color: #ffffff;
	margin:5px;
}

/* ----- Navigation -----  */

#nav {
	float: left;
	padding: 0 0 2px 13px;
	margin: 0;
	}
	
#navinner {
	float: left;
	width: 743px;
	height: 41px;
	background: #b2bfd0;
	border-top: 2px solid #663333;
	border-bottom: 2px solid #663333;
	list-style:none;
	}
	
#nav ul {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	list-style:none;
	}
	
#nav li a {
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 4px 12px;
	font-weight: bold;
	text-decoration: none;
	color: #F1F7EE;
	border-bottom: 2px solid #663333;
	border-right: 2px solid #663333;
	list-style:none;
	}
	
#nav li a:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #663333;
	border-right: 2px solid #663333;
	background: #6d8fbb;
	list-style:none;
	}
	
#nav li a.active {
	color: #FFFFFF;
	background: #6d8fbb;
	border-bottom: 2px solid #663333;
	border-right: 2px solid #663333;
	list-style:none;
	}
	

/* ----- Typography ----- */



h1 {
	padding-top: 10px;
	font-size: 1.2em;
	color:#000099;
	}

h2 {
	font-size: 1em;
	font-style:italic;
	color: #000099;
	}

/* ----- Links ----- */

a {
	color: #000000;
	}

a:visited {
	color: #666666;
	}

a:hover {
	color: #666666;
	}

#footer a {
	color: #222222;
	text-decoration: none;
	}

#footer a:visited {
	color: #222222;
	text-decoration: none;
	}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
	}



/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #666666;
	}

	
