﻿/* CSS Reset */

/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Body */

body
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background-color: #e3e3e3;
	/* background-image: url(image/single.png);*/
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: bottom left;
}

.code
{
	font-family:Courier;
	margin-left: 55px;
	
}

.small
{
	font-size:12px;
}

/* Text Standards */

h1
{
    
     text-indent: -99999px
}

h2
{
	font-weight:normal;
	font-size: 22px;
	padding: 5px 0px 5px 0px;
	
	}


h3
{
	font-weight: normal;
	font-size: 16px;
	padding: 5px 0px 10px 0px;

}


p
{
	font-size: 14px;
	display: block;
	padding-top:10px;
}

#content a:link

{
	color: black;
	
}

#content a:visited
{
	
	color: black;
}


#content a:hover
{
	color: #687273;
	
}

#content a:active
{
	color: black;
	}

/* Page Container */

#container 
{
	margin: 0 auto 0;
	width: 1000px;
	background-color: white;
	
	border: solid 1px black;
}


/* Header */

#header
{
	margin: 0 auto 0;
	width: 1000px;
	height: 80px;
	background-image: url(image/headerwave1.png);
	background-repeat:no-repeat;
}


/* Menu */

#menu
{
	height: 30px;
	width: 1000px;
	background-image: url(image/menu3.png);
	padding-top: 20px;
	
	text-align: right;
}
#menu a:link

{
	color: white;
	text-decoration: none;
}

#menu a:visited
{
	
	color: white;
}


#menu a:hover
{
	color: black;
	
}

#menu a:active
{
	color: black;
	}

#menu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu ul li 
{ 
	display: inline; 
}

#menu ul li a 
{ 
	text-decoration: none; 
	padding: 35px;
}

#menu li

{
background-image: url(image/menustyle.png);
background-repeat: no-repeat;
background-position: 0 ;
padding-left: 10px;
}


/* Content */

#content
{
	
	padding:10px;
	line-height: 1.5;
	}

.middle
{
	margin-left:180px;
}
.left
{
	margin-left:60px;
}
.center
{
	margin-left:250px;
}

/*Side Div*/

#side
{
	width: 165px;
	margin-left: 780px;
	padding: 0 15px  5px  10px ;
}

/* Stage Div - Left side of content */

#stage
{
	width: 740px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	border-right: dotted 1px black;
	
	}
	
/* Footer */

#footer
{
	text-align:center;
	clear:both;
	padding: 10px;
	}
	
		

