@charset "UTF-8";

/* HTML RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: "Arial";
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* HTML RESET */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000000 url(main_bg.jpg) no-repeat 50%;
	width: 100%;
}

#main_container {
	background-color: #000000;
	height: 563px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#home {
	height: 563px;
	width: 1000px;
	background-image: url(bg_home.jpg);
}

#portfolio {
	height: 563px;
	width: 1000px;
	background-image: url(bg_portfolio.jpg);
}

#about {
	height: 563px;
	width: 1000px;
	background-image: url(bg_about.jpg);
}

#contact {
	height: 563px;
	width: 1000px;
	background-image: url(bg_contact.jpg);
}

#philosophy {
	height: 563px;
	width: 1000px;
	background-image: url(bg_philosophy.jpg);
}

#footer {
	clear: none;
	height: 20px;
	width: 1000px;
	position: absolute;
	top: 543px;
	float: none;
}
#content {
	height: 484px;
	width: 1000px;
	float: none;
}
#header {
	height:69px;
	width: 1000px;
	clear: none;
	float: none;
}

#about_awards {
	height: 470px;
	width: 258px;
	position: relative;
	top: 100px;
	left: 50px;
}
#about_summary {
	height: 380px;
	width: 342px;
	background-image: url(about_textbg.png);
	float: none;
	clear: none;
	overflow: hidden;
	position: relative;
	top: -430px;
	left: 600px;
	visibility: visible;
	margin: 0;
    font-size: 10pt;
	padding: 10px;
}

#qt_player {
	padding: 30px 0 0 40px;
}

#contact_header {
	position: relative;
	left: 600px;
	top: 20px;
}

#contact_info {
	width: 302px;
	position: relative;
	left: 600px;
	top: 40px;
}

#philosophy_header {
	position: relative;
	top: 200px;
	left: 40px;
}

#philosophy_text {
	width: 567px;
	height: 180px;
	background-image: url(philosophy_text.png);
	color: #fff;
	padding: 10px;
	position: relative;
	top: 210px;
	left: 40px;
	font-variant: normal;
	font-style: normal;
	font-size: 10pt;
}

#player {
	background-image: url(player_bg.png);
	width: 410px;
	height: 320px;
	position: relative;
	top: 80px;
	left: 300px;
}

#playlist {
	width: 300px;
	position: relative;
	text-align: right;
	top: -311px;
	left: 680px;
}

h3 {
	color: #f7941d;
	font-weight: bold;
	padding-top: 10px;
}

p {
	line-height: 1em;
	padding-bottom: 5px;
}