html,body{
	margin:0;
	padding:0;
}

p
{margin:0 10px 10px}

a
{padding:5px; text-decoration:none; color:#000000;}

div#header
{
	height: 100px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #666;
	margin-top: 20px;
	margin-bottom: 10px;
}

div#container
{width:1000px;margin:0 auto}


#menu {
	width: 750px;
	height: 40px;
	float: right;
	padding-top: 52px;
}

#logo {
	height: 85px;
	float: left;
	padding-top: 10px;
}

#name {
	width: 175px;
	height: 38px;
	line-height:38px;
	font-family: 'Pacifico';
	font-size: 38px;
	color: #333333;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 10px;
	float: left;
}


ul#nav {
	float:right;
	width: 750px;
	padding: 0;
	list-style: none;
	margin: 0;
}

ul#nav li {
  display: inline;
}

ul#nav li a {
	float: right;
	line-height: 40px;
	color: #333333;
	text-decoration: none;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}


/* APPLIES THE ACTIVE STATE */
ul#nav .current a, ul#nav li.menu1:hover > a  {
	color: #fff;
	text-decoration: none;
	background-color: darkolivegreen;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	height: 40px;
	display: block;
}

ul#nav .current a, ul#nav li.menu2:hover > a  {
	color: #fff;
	text-decoration: none;
	background-color: #0cac0c;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	height: 40px;
	display: block;
}

ul#nav .current a, ul#nav li.menu3:hover > a  {
	color: #fff;
	text-decoration: none;
	background-color: firebrick;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	height: 40px;
	display: block;
}

ul#nav .current a, ul#nav li.menu4:hover > a  {
	color: #fff;
	text-decoration: none;
	background-color: red;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	height: 40px;
	display: block;
}

ul#nav .current a, ul#nav li.menu5:hover > a  {
	color: #fff;
	text-decoration: none;
	background-color: #00aad2;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	height: 40px;
	display: block;
}

ul#nav .current a, ul#nav li.menu6:hover > a  {
	color: #fff;
	text-decoration: none;
	background-color: #01386e;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	height: 40px;
	display: block;
}

div#leftcolumn
{
	float:left;
	width:340px;
	height: 535px;
	margin-bottom: 10px;
}

div#exper
{
	width:340px;
	height: 300px;
	background-color:transparent;
	padding-top:5px;
}

div#exper h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: italic;
	color: #0cac0c;
	font-weight: bold;
}

div#exper h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}

div#exper h1 .current a, div#exper h1:hover > a  {
	color: #fff;
	text-decoration: none;
	background-color: #0cac0c;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

div#classic
{
	width:340px;
	height: 300px;
	padding-top:5px;
}

div#classic h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: italic;
	color: firebrick;
	font-weight: bold;
}

div#classic h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #333333;
	font-weight: bold;
}

div#classic h1 .current a, div#classic h1:hover > a  {
	color: #fff;
	text-decoration: none;
	background-color: firebrick;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

div#proj
{
	width:340px;
	height: 300px;
	padding-top:5px;
}

div#proj h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: italic;
	color: red;
	font-weight: bold;
}

div#proj h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}

div#proj h1 .current a, div#proj h1:hover > a  {
	color: #fff;
	text-decoration: none;
	background-color: red;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

div#spec
{
	width:340px;
	height: 300px;
	padding-top:5px;
}

div#spec h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: italic;
	color: #00aad2;
	font-weight: bold;
}

div#spec h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}

div#spec h1 .current a, div#spec h1:hover > a  {
	color: #fff;
	text-decoration: none;
	background-color: #00aad2;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

div#cv
{
	width:340px;
	height: 300px;
	padding-top:5px;
}

div#cv h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: italic;
	color: #01386e;
	font-weight: bold;
}

div#cv h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	color: #333333;
}

div#cv h1 .current a, div#cv h1:hover > a  {
	color: #fff;
	text-decoration: none;
	background-color: #01386e;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

div#rightcolumn
{
	float:right;
	width:635px;
	height: 535px;
	margin-bottom: 10px;
}

div#footer{
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bolder;
	color: #333;
	padding-top: 10px;
}

div#myface
{
	width:296px;
	height: 546px;
}

div#flash
{
	position:absolute;
	width:280px;
	height: 270px;
	top: 270px;
	clear:left;
}

div#code
{
	width:120px;
	height: 113px;
}
