	/*  General layout and design */


body 	{

	font-size: 16px;

	margin: 0;

	background-color: #333366;

	}


h1	{

	font-size: 22px;

	font-weight: bold;

	letter-spacing: 2px;

	font-variant: small-caps;

	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;

	margin: 0 0 0.5em 0;

	}


h2	{

	font-size: 18;

	font-weight: bold;

	font-variant: small-caps;

	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;

	}


p {

	margin: 0;

	}


ul	{

	list-style-type: circle;

	padding: 0;

	margin: 0 0 0 1.5em;

	}


dt	{

	font-weight: bold;

	}


#infoheader
	{

	margin: 0;

	padding: 0;

	border-bottom: 2px solid #c60;
	
color: #333;

	background-color: #ffc;

	}


#info {

	position: relative;
	text-align: left;

	}


#objective {

	margin: 0 0 0 5em;

	}


#skills	{

	margin: 0 0 0 5em;

	}


#education {

	margin: 0 0 0 5em;

	}


#experience {

	margin: 0 0 0 5em;

	}


#text {

	margin: 0 7em 0 2em;

	}


#header	{

	color: #999;

	background-color: #336;

	border: 0;

	border-bottom: 20px solid #c30;	

 	margin: 0;

	padding: 0;

	}


#outer	{

	background: #ffc;

	color: #333;

	margin: 10px auto;

	padding: 0;

	border: 3px solid #999;

	width: 600px;

	}


#content {

	color: #333;

	background-color: #ffc;

	margin: 0;

	padding: 40px 20px 20px 20px;

	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;

	font-size: 0.75em;

	line-height: 1.375em;

	text-align: justify;

	}


#footer {

	font-size: 0.625em;

	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;

	text-align: center;

	border: 0;

	border-top: 1px solid #999;

	color: #333;

	background: #ffc;

	padding: 5px 7px 7px 10px;

	text-align: center;

	clear: both;

	}


#footer p {

	margin: 10px 0;

	padding: 0;

	}


	/* Images */


img {

	border: none;

	}


#header img {

	vertical-align: bottom;

	}


	/* Top navigation */


#menu {

	margin: 0;

	padding: 0;

	}


#menu ul {

	border: 0;

	margin: 0;

	padding: 0;

	list-style-type: none;

	text-align: center;

	height: 1.25em;

	}


#menu ul li {

	float: left;

	width: 100px;

	}


#menu ul li a {

	background: #fff;

	border-top: 1px solid #999;

	border-left: 1px solid #999;

	border-bottom: 1px solid #999;

	border-right: none;

	padding: 0;

	margin: 0;

	color: #c30;

	text-decoration: none;

	display: block;

	text-align: center;

	font-size: 0.625em;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	letter-spacing: 2px;

	line-height: 2em
	}


#menu ul li a:hover {

	color: #333;

	background: #999;

	}


#menu a.active, #menu a:active {

	color: #fff;

	background: #c30;

	border-top: 1px solid #c30;

	border-left: 1px solid #c30;

	border-bottom: 1px solid #999;

	border-right: none;

	}


#menu a.active:hover {

	color: #fff;

	background: #c30;

	border-top: 1px solid #c30;

	border-left: 1px solid #c30;

	border-bottom: 1px solid #999;

	border-right: none;

	}


	/*  Main linkage */


#content a:link, a:visited {

	font-weight: bold;
	text-decoration: none;

	color: #c30;

	}


#content a:hover {

	font-weight: bold;
 
	text-decoration: none;

	color: #336;

	}


#content a:active {

	font-weight: bold;
 
	text-decoration: none;

	color: #c30;

	border: none;

	background-color: transparent;

	}


a.info:link {

	color: #999;

	border-bottom: #999;

	text-decoration: underline;

	}


a.info:visited {

	color: #999;

	border-bottom: #999;

	text-decoration: underline;

	}


a.info:hover {

	color: #c60;

	border-bottom: #c60;

	text-decoration: underline;

	}


#footer a:link, a:visited {

	font-weight: bold; 

	text-decoration: none;

	color: #c30;

	letter-spacing: 1px;

	}


#footer a:hover {

	font-weight: bold;
 
	text-decoration: none;

	color: #336;

	letter-spacing: 1px;

	}


#footer a:active {

	font-weight: bold;
 
	text-decoration: none;

	color: #c30;

	border: none;

	background-color: transparent;

	letter-spacing: 1px;

	}