/* CSS Document */
body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	color: #3F6FFF;
}
a {
	text-decoration: none;
	font-weight: 900;
	color: #3F6FFF;
}
a:hover {
	text-decoration: underline;
}
#top_nav {
	background-color: #6699FF;
	height: 20px;
	padding: 5px;
	border-bottom: 4px solid #FFFFFF;
}
#top_nav a {
	top: 5px;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	position: absolute;
	display: block;
}
#top_nav a img {
	height: 20px;
	width: 20px;
}
a#home:hover, a#mail:hover {
	border: none; /* fix for IE bug */
}
a#home {
	right: 40px;
	background-image: url(../images/home2.gif);
}
a#home:hover {
	background-image: url(../images/home2_on.gif);
}
a#mail {
	right: 10px;
	background-image: url(../images/mail2.gif);
}
a#mail:hover {
	background-image: url(../images/mail2_on.gif)
}
#header {
	position: relative;
	height: 100px;
	border-bottom: 2px solid #FFFFFF;
}
#header-back-left, #header-back-right {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100px;
	z-index: 0;
}
#header-back-left {
	background-image: url(../images/back-left.jpg);
	left: 0;
}
#header-back-right {
	background-image: url(../images/back-right.jpg);
	right: 0;
}
#logo {
	position: absolute;
	top: 0px;
	left: auto;
	width: 100%;
	height: 100px;
	background-image: url(../images/back.jpg);
	background-position: center;
	background-repeat:no-repeat;
	z-index: 10;
}
#main {
	height: 290px;
	background-image: url(../images/discs.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#main a {
	position: absolute;
	width: 202px;
	height: 202px;
}
#main a img {
	width: 202px;
	height: 202px;
}
a#about {
	left: 4px;
	top: 13px;
	z-index: 1;
}
a#about:hover {
	background-image: url(../images/about-disc.jpg);
}
a#portfolio {
	left: 132px;
	top: 59px;
	z-index: 2;
}
a#portfolio:hover {
	background-image: url(../images/portfolio-disc.jpg);
}
a#cv {
	left: 274px;
	top: 34px;
	z-index: 3;
}
a#cv:hover{
	background-image: url(../images/cv-disc.jpg);
}
a#gallery {
	left: 422px;
	top: 66px;
	z-index: 4;
}
a#gallery:hover {
	background-image: url(../images/gallery-disc.jpg);
}
a#mean {
	left: 554px;
	top: 18px;
	z-index: 5;
}
a#mean:hover {
	background-image: url(../images/teens-disc.jpg);
}
a#portfolio:hover, a#gallery:hover, a#about:hover, a#gallery:hover, a#mean:hover, a#cv:hover {
	z-index: 10;
	border: none; /* fix for IE bug */
}
#nav {
	position: relative;
	height: 26px;
}
#nav a {
	position: relative;
	height: 26px;
	width: 106px;
	top: 0px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: 900;
	display: block;
	float: right;
	background-image: url(../images/tab.gif);
}
#nav a:hover {
	background-image: url(../images/tab_on.gif);
}
#nav p {
	padding-left: 8px;
	margin: 0;
}
a#about_btn:hover, a#about_btn:hover, a#cv_btn:hover, a#gallery_btn:hover, a#links_btn:hover {
	z-index: 0;
	border: none; /* fix for IE bug */
}
#home_ads {
	position: relative;
	margin-top: 150px;
}
#page {
	position: relative;
}
#content {
	position: relative;
	margin: 2px 10px 0 10px;
	padding-right: 5px;
	border-right: none;
}
#ads {
	display:none;
	width: 250px;
	position: relative;
	float: right;
	padding: 0 2px;
	text-align: center;
}
#experience {
}
#experience .dates {
	width: 110px;
	float: left;
}
#experience .title, #experience .descrip {
	margin-left: 130px;
}
#experience .title {
	font-weight: 900;
}
#experience .label {
	clear: left;
	width: 150px;
	float: left;
}
.separator {
	clear: both;
	height: 0;
}
.display {
	border-right-color: #3F6FFF;
	border-right-style: dotted;
	border-right-width: 1px;
}
.site {
	font-size: 90%;
	clear: left;
	padding-bottom: 20px;
	min-height: 200px;
}
.site img {
	float: left;
	padding-right: 10px;
	width: 265px;
}
/*.site a {
	float: left;
	padding-right: 10px;
	width: 265px;
}*/
.site .title {
	font-weight: 900;
	font-size: 100%;
}
fieldset {
	border-color: #6699FF;
}
legend {
	background-color: #6699FF;
	color: #FFFFFF;
	padding: 2px 5px;
	border-bottom: 2px solid #A3A3A3;
	border-left: 2px solid #A3A3A3;
}
label {
	width:170px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top: 0.2em;
}
.textfield {
	margin:3px;
	height:20px;
	width:250px;
}
.textarea {
	margin:3px;
	height:165px;
	width:250px;
}
.clear {
	display: block;
}
