body {
	background-color: #999999;
	color: #ffffff;
	font-family: "Century Gothic", Geneva, Verdana, Arial, sans-serif;
}

.container {
	background-color: #666666;
	margin-left: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	width: 700px;
	height: auto;
	padding: 20px 25px 25px 25px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px; /* Opera 10.5, IE 9 */
	behavior: url(border-radius.htc);
	-moz-box-shadow: 0px 0px 6px #000000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 6px #000000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 6px #000000; /* Opera 10.5, IE 9.0 */
}

#header {
	width: 400px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 75px;
/*	margin-top: 25px; */
	margin-left: 25px;
	margin-bottom: 15px;
	padding-top: 5px;  
/*	border: 1px solid black; */
}

.header {
	text-align: left;
	font-weight: bold;
	font-size: 65px;
	font-variant: small-caps;
	font-family: "Bradley Hand ITC";
	display: inline;
}

#page_title {
	width: 200px;
	position: relative;
	top: -119px;
	left: 475px;
	height: 75px;
/*	margin-top: 25px; */
	margin-right: 25px;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-top: 45px;  
/*	border: 1px solid black;  */
}

.page_title {
	text-align: right;
	font-weight: bold;
	font-size: 25px;
	font-variant: small-caps;
/*	display: inline; */
}

#navbar {
	width: 200px;
	height: 180px;
	font-weight: bold;
	position: relative;
	margin-left: 25px;
	left: 0px;
	top: -130px;
	font-size: 12px;
/*	border: 1px solid black; */
}

#navbar a:link {
/*	color: #330099;
	background-color: #FFFFe2; */
	text-decoration: none;
} 

#navbar a:visited {
/*	color: #330099;
	background-color: #FFFFe2; */
	text-decoration: line-through;
}

#navbar a:hover {
/*	background-color: #FFFFD2; */
}

#navbar a:active {
/*	background-color: #FFFFe2; */
}

#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	text-decoration: none;
	position: relative;
	left: -45px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: normal;
/*	border-bottom: solid #000000 1px; */
}

#navbar ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#picture {
	position: relative;
	left: 200px;
	top: -312px;
	width: 455px;
	height: 180px;
	margin-left: 25px;
	padding: 0px;
	overflow: hidden; 
/*	border: 1px solid black;  */
}

#content {
	position: relative;
	left: 190px;
	top: -250px;
	width: 455px;
	height: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 25px;
	margin-top: -35px;
	margin-bottom: -230px; 
/*	border: 1px solid black; */
}

.content {
	text-align: left;
	font-weight: normal;
	color: #ffffff;
	font-size: 12px;
}

textarea.content, input.content {
	color: #000000;
	font-family: "Century Gothic", Geneva, Verdana, Arial, sans-serif;
}

#footer {
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	width: 700px;
	height: auto;
	padding: 0px 0px 0px 0px;
/*	border: 1px solid black; */
}

.footer {
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	color: #f5f5f5;
}

/* LINK FORMATTING */
a:link, a:visited {
	color: #F5F5F5;
	text-decoration: none;
	font-weight: bold;
} 

a:hover, a:active {
	color: #000000;
}

#portfolio img {
	color: #000000;
	font-weight: normal;
	border: 4px solid #f5f5f5;
	-moz-box-shadow: 0px 0px 4px #000000; /* FF3.5+ */
   -webkit-box-shadow: 0px 0px 4px #000000; /* Saf3.0+, Chrome */
   box-shadow: 0px 0px 4px #000000; /* Opera 10.5, IE 9.0 */	
}

.portfolio {
	text-align: center;
}
