head {}

body {
background-color: #000000;
color: #c0c0c0; 
font-family: Tahoma, Geneva, sans-serif; 
font-size: 1em; 
font-style: normal; 
text-align: inherit; 
background-repeat: no-repeat;
background-attachment: fixed;
margin: 0em;
border: none; 
overflow: hidden; 
}



/*-----------SIMPLE TEXT STYLES----------*/

h1 { 
font-family: Tahoma; 
font-size: 0.7em; 
color: #CCCCCC;
font-style: normal;
font-weight: lighter; 
line-height: 1.2em;
text-align: inherit; 
}

h2 { 
font-family: Tahoma; 
font-size: 0.9em; 
color: #0066ff;
font-style: normal;
font-weight: lighter; 
line-height: 1.3em;
text-align: inherit;
 }

	/*-----------NAVIGATION BAR TEXT----------*/

h3 { 
font-family: Tahoma; 
font-size: 0.9em; 
line-height: 0.9em; 
color: #CCCCCC;
font-style: normal;
font-weight: lighter;
font-variant: small-caps; 
text-align: center; 
vertical-align: middle;
}

	/*-----------BIO ETC TEXT----------*/

h4 { 
font-family: Tahoma; 
font-size: 0.8em; 
color: #CCCCCC;
font-style: normal;
font-weight: lighter;
line-height: 1.8em;
text-align: inherit; 
}

	/*-----------H1 BUT BOLD & WHITE----------*/

h5 { 
font-family: Tahoma; 
font-size: 0.7em; 
color: #FFFFFF;
font-style: normal;
font weight: bold; 
line-height: 1.2em;
text-align: inherit; 
}

/*----------LINK STYLES-----------*/

a { 
color: #cdccaf; 
text-decoration: none;
font-family: Tahoma, Geneva, sans-serif;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
font-stretch: inherit;
font-variant: inherit; 
text-align: inherit; 
}

a:link { 
color: #cdccaf; 
text-decoration: none;
font-family: Tahoma, Geneva, sans-serif;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
font-stretch: inherit;
font-variant: inherit; 
text-align: inherit; 
}

a:visited { 
color: #cdccaf; 
text-decoration: none;
font-family: Tahoma, Geneva, sans-serif;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
font-stretch: inherit;
font-variant: inherit; 
text-align: inherit; 
}

a:hover { 
color: #FFFFFF; 
text-decoration: none;
font-family: Tahoma, Geneva, sans-serif;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
font-stretch: inherit;
font-variant: inherit; 
text-align: inherit; 
}

a:active {}


/*----------DIV WINDOWS-----------*/

#bg-left { 
position: absolute;
top: 0%;
left: 0%;
bottom: 0%;
right: 50%;
z-index: 1;
background-image: url(images/BG-LEFT.jpg); 
background-repeat: no-repeat;
background-position: top left;
}

#bg-right { 
position: absolute;
top: 0%;
left: 65%;
bottom: 0%;
right: 0%;
z-index: 1; 
background-image: url(images/BG-RIGHT.jpg); 
background-repeat: no-repeat; 
background-position: top right;
}

#header { 
position: absolute;
top: 0%;
left: 1%;
bottom: 95%;
right: 15%;
z-index: 2;
}

#header-2 { 
position: absolute;
top: 1%;
left: 15%;
bottom: 95%;
right: 15%;
z-index: 2;
}

#right-margin { 
position: absolute;
top: 0%; 
left: 85%;
bottom: 5%;
right: 1%;
z-index: 3; 
}

#main-text { 
position: absolute;
top: 7%;
left: 0%; 
bottom: 5%;
right: 0%;
z-index: 2;
text-align: center;
vertical-align: middle; }

#footer { 
position: absolute;
top: 94%; 
left: 0%;
bottom: 1%;
right: 0%; 
z-index: 2;
}

/*----------EVERYTHING ELSE----------*/

ul {}

li {}
