/* CSS Document */

/* CSS Document */

body{
	background-color: #2d2a29;
	margin: 0;
	padding: 0;
	text-align: center;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #FFFFFF;
}

.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #a3d068;
	font-weight: bold;
}

blockquote{
	line-height: 12pt;
	margin-left: 0px;
}

.indent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #FFFFFF;
}

ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #FFFFFF;
	list-style-type: circle;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #208ec0;
	text-decoration: none;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #208ec0;
	text-decoration: underline;
}

.blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #208ec0;
}

/* DIV TAGS */

#top{
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	border: 0px solid red;
	background-color: #208ec0;
}

#container{
	position: relative;
	width: 842px;
	margin: 0 auto;
	border: 0px solid blue;
}

#nav{
	position: relative;
	top: 13px;
	left: 0px;
	width: 782px;
	margin: 0 auto;
	text-align: left;
	border: 0px solid white;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#logo a{
	display: block;
	width: 214px;
	height: 19px;
	background-image: url(Images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#about a{
	display: block;
	width: 80px;
	height: 19px;
	background-image: url(Images/nav_about.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#experience a{
	display: block;
	width: 170px;
	height: 19px;
	background-image: url(Images/nav_experience.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#productions a{
	display: block;
	width: 112px;
	height: 19px;
	background-image: url(Images/nav_productions.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}


#press a{
	display: block;
	width: 131px;
	height: 19px;
	background-image: url(Images/nav_press.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#contact a{
	display: block;
	width: 75px;
	height: 19px;
	background-image: url(Images/nav_contact.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#subnav{
	position: absolute;
	top: 252px;
	left: 30px;
	width: 188px;
	height: 120px;
	text-align: left;
	border: 0px solid red;
}

#subnav ul {
	margin: 0;
	padding: 0;
}

#subnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#headerAbout {
	display: block;
	width: 214px;
	height: 14px;
	background-image: url(Images/header_about.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#headerExperience {
	display: block;
	width: 214px;
	height: 14px;
	background-image: url(Images/header_experience.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#headerProductions {
	display: block;
	width: 214px;
	height: 14px;
	background-image: url(Images/header_productions.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#line {
	display: block;
	width: 187px;
	height: 18px;
	background-image: url(Images/line.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#list a{
	display: block;
	width: 188px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #208ec0;
	text-decoration: none;
}

#list a:hover{
	display: block;
	width: 188px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #208ec0;
	text-decoration: underline;
}

#box{
	position: absolute;
	top: 75px;
	left: 0px;
	width: 187px;
	height: 70px;
	background-color: #484544;
}

#boxText{
	margin: 0px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #208ec0;	
}

#bar{
	position: absolute;
	top: 68px;
	left: 245px;
	width: 568px;
	height: 10px;
	background-color: #a3d068;
}

#body{
	position: absolute;
	top: 114px;
	left: 245px;
	width: 568px;
	height: 950px;
	border: 0px solid blue;
	text-align: left;
}

#product1{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 568px;
	height: 240px;
	border: 0px solid red;
	text-align: left;
}

#product2{
	position: absolute;
	top: 240px;
	left: 0px;
	width: 568px;
	height: 220px;
	border: 0px solid red;
	text-align: left;
}

#product3{
	position: absolute;
	top: 460px;
	left: 0px;
	width: 568px;
	height: 220px;
	border: 0px solid red;
	text-align: left;
}

#product4{
	position: absolute;
	top: 680px;
	left: 0px;
	width: 568px;
	height: 220px;
	border: 0px solid red;
	text-align: left;
}

#lineRight{
	width: 568px;
	height: 1px;
	text-align: left;
	background-image: url(Images/line.gif);
	background-repeat: repeat-x;	
}

#lineBottom{
	position: absolute;
	top: 900px;
	left: 0px;
	width: 568px;
	height: 1px;
	text-align: left;
	background-image: url(Images/line.gif);
	background-repeat: repeat-x;	
}

#image{
	position: absolute;
	top: 30px;
	left: 456px;
	width: 112px;
	height: 160px;
	border: none;
}

#text{
	position: absolute;
	top: 22px;
	left: 20px;
	width: 435px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #FFFFFF;
	border: 0px solid white;
}