body
	{ 
	font-family: Tahoma, Arial, sans-serif; 
	color:#505050; 
	font-weight: 100;
	font-size: 12px; 
	word-spacing: 0.2em;
	letter-spacing: 0px;
	
	list-style: square inside;
	text-align: justify;
	
	margin: 0px; 
	background-color:#505050;
	background-image:url(/images/bg_grade_505050_8c8c8c.png);
	background-position:center top;
	background-repeat:repeat-x;
	}

a:link, a:visited 
{
	text-decoration: none;
	color: #009cdb;
}
a:hover
{
	text-decoration: none;
	color: #505050;
}

img
{
	margin-right: 0px;
	margin-top: 0px;
}

.blue
{
	color: #009cdb;
	display:inline;
}

h1 /*title*/
{
	font-size: 18px; 
	font-weight: 100;
	color: #505050;
	
	letter-spacing: 0px;
	word-spacing: 0px;
	
	padding-bottom: 2px;
	padding-right: 3%;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 4px;
}


h1:hover
{
	text-decoration: none;

}

h2 /*links*/
{
	font-size: 14px; 
	font-weight: 100;
	
	height: 19px;

	word-spacing: 0px;
	letter-spacing: 1px;	
	width: 170px;
	
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 1px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	
	
	border: 0px solid #ffffff;
	color: #002F41;
	background-color: #eee;
	
}

h2:hover
{
	text-decoration: none;
	
	color: #ffffff;
	background-color: #6d6d6d;
}

h6 /*selected link*/
{
	font-size: 14px; 
	font-weight: 100;
	
	height: 19px;

	word-spacing: 0px;
	letter-spacing: 1px;	
	width: 170px;
	
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 1px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	
	
	border: 0px solid #ffffff;
	
	color: #ffffff;
	background-color: #6d6d6d;
}

h2:first-letter
{text-transform: uppercase;}


h3 /*section headings*/
{
	font-size: 12px; 
	text-transform: none;
	text-align: left;
	font-weight: 100;
	letter-spacing: 1px;
	text-transform: uppercase;
	
	padding-left: 3%;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;	
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	color: #ffffff;
	background-color: #6d6d6d;
	word-spacing: 0px;
	
	border-top: 4px solid #eee;/* grey above sub head*/
	border-bottom: 4px solid #eee;/* grey below sub head*/
}

h4 /*sub headings*/
{
	font-size: 22px; 
	font-weight: 100;
	color: #FFCC00;
	line-height: 150%;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	display: inline;
	
	padding-left: 0%;
	padding-right: 2%;
	padding-top: 20px;
	padding-bottom: 10px;
	
}

h4:hover
{
	text-decoration: none;
	color: #000;
}

h5 /*sub-titles*/
{
	font-size: 12px; 
	font-weight: 100;
	letter-spacing: 1px;
	
	color: #6d6d6d;
	text-transform: uppercase;
	
	border: 0px solid #aaa;
	padding-bottom: 2px;
	
	display:inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
}


#page
{
	/*background-color: #FFCC00; */
	position: relative;
	top: 0px;
	width: 100%;

	border: 0px solid #F0F;
	
}

#shadow
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	width: 832px;
	
	background-image:url(/images/shadow_page.png);
	background-repeat:repeat-y;
	background-position: 0 0px;
	
	border-top: 0px solid #9cdb00;

}
#shadow_bottom
{
	position: relative;
	bottom: 0px;
	width: 832px;
	margin-right: auto;
	margin-left: auto;
	min-height: 33px;
	
	background-image:url(/images/shadow_page_bottom.png);
	background-repeat:no-repeat;
	background-position: center top;
}


#content
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	width: 800px;
	
	background-color: #ffffff;
	border-bottom: 4px solid #009cdb;/* BLUE at bottom of page*/
	border-top: 0px solid #eee;/* grey above content*/

}

#banner
{
	position: relative;
	top: 0px;
	width: 100%;
	min-height: 200px;
	
	
	border-top: 4px solid #009cdb;/* BLUE line at top of page*/
	border-bottom: 0px solid #009cdb;/* BLUE line at top of content */
}

#banner_pic
{
	height: 200px; 
	width: 600px; 
	float:right;
	top: 0px;
}

#links
{

	position: relative;
	float:right;
	
	top: 4px;
	left: 0px;
	float:left;
	width: 200px;
	height: 192px;
	border-top: 0px solid #009cdb;/**/
	/*background-color: #009cdb;*/
	
}

#language
{
	position:absolute;
	top: 0px;
	right: 0px;
	width: 48px;
	height: 15px;
	border: 0px solid #e0e;
	
}

.flag
{
	display: inline;
	float:right;
	width: 16px;
	height: 11px;
	border: 0px solid #e0e;
	margin: 2px;
	
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

.flag:hover
{
	/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
}

#container
{
	position: relative;
	
	top: 0px;
	left: 0px;
	width: 94%;
	
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 0px;
	padding-bottom: 10px;
	
	background-color: #ffffff;

	border-bottom: 0px solid #eee;/*grey line at the bottom of content*/
		
}


.form1
{
	width: 200px;
	background-color: #fff;
	background-image:none;
}

.pass
{
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 0px;
	
	width: 180px;
	
	border: 1px solid #000;
}

#construction
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 600px;

	border: 0px solid #009cdb;/**/	
}
#title
{
	position: absolute;
	top: 176px;
	right: 0px;
	width: 600px;
	
	font-size: 18px; 
	font-weight: 100;
	color: #505050;
	
	letter-spacing: 0px;
	word-spacing: 0px;

	border: 0px solid #009cdb;/**/	
}

.outer_page
{
	position: relative;
	
	top: 0px;
	left: 0px;
	width: 100%;

	background-color: #ffffff;

	border-bottom: 0px solid #eee;/*grey line at the bottom of content*/
	
}


#inner_page
{
	position: relative;
	
	top: 0px;
	left: 0px;
	width: 100%;

	background-color: #ffffff;

	border-bottom: 0px solid #eee;/*grey line at the bottom of content*/
	
}


#dylan
{
	position: relative;
	float:right;
	top: 10px;
	right: 0px;
	padding-right: 3%;
	border: 0px solid #66F;
	
	font-size: 11px; 
	font-weight: 100;
	color: #eee;
	
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
	
	
}

#photos_left
{
	position:relative;
	left: 0px;
	width: 188px;
	top: 0px;
	border: 0px solid #0ee;/*grey line at the bottom of content*/
	
	
}

#photos_col_1
{
	position:absolute;
	left: 212px;
	width: 188px;
	top: 0px;
	border: 0px solid #0ee;
}

#photos_col_2
{
	position:absolute;
	left: 400px;
	width: 188px;
	top: 0px;
	border: 0px solid #0ee;
}

#photos_right
{
	position:absolute;
	left: 588px;
	width: 188px;
	top: 0px;
	border: 0px solid #0ee;
	
	
}

#photo_preview
{

	padding-bottom: 4px;
	padding-top: 4px;
	width: 100%;
	
	text-align: center;
}


#album_col1
{
	position:relative;
	left: 0px;
	width: 376px;
	top: 0px;
	border: 0px solid #0ee;/*grey line at the bottom of content*/
		
}

#album_col2
{
	position:absolute;
	left: 400px;
	width: 376px;
	top: 0px;
	border: 0px solid #0ee;
}

.album_pic
{

}
#album_preview
{
	min-height: 160px;
}

#mp3s
{
	position: relative;
	width: 100%;
	min-height: 20px;
	
	margin-top: 10px;
	margin-bottom: 10px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	
	background-color: #eee;

	border-top: 0px solid #505050;
	border-left: 0px solid #505050;
	border-right: 0px solid #009cdb;
	border-bottom: 0px solid #eee;
	
}


#mp3_text
{
	position: relative;
	left: 200px;
	width: 580px;
	top: 0px;
	border: 0px solid #505050;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	
}

.mp3_audio
{

	position: absolute;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	
	width: 190px;
	
	border: 0px solid #505050;
	z-index: 2;
}

#contact 
{

	width: 100%;
	
	margin-left: 0%;
	margin-right: 0%;
	
	
	position: relative;
	border: 0px solid #F6F;
	
	background-color: #ffffff; 

}

#contacttable_left
{
	position:relative;
	left:0px;
	top: 0px;
	width: 300px;
	border: 0px solid #F09cdb;/**/
	
}

#contacttable_right
{
	position:absolute;
	left:310px;
	top: 0px;
	width: 400px;
	
	border: 0px solid #009cFF;/**/
	
}

#form
{
background-color: #ffffff;
background-image:none;
}

input
{
	padding-left: 2px;
	padding-right: 2px;
	background-color: #ffffff;
}

textarea
{
	padding-left: 2px;
	padding-right: 2px;
}


.contact_small_box
{
	 width:97%;
	 
	font-weight:100;
	word-spacing: 0.4em;
	letter-spacing: 1px;
	
	border: 1px solid #505050;/**/
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-right: 3%;
	background-color: #ffffff;
}

.contact_big_box
{
	
	width:97%;
	height: 62px;
	
	font-weight:100;
	word-spacing: 0.4em;
	letter-spacing: 1px;
	
	border: 1px solid #505050;/**/
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-right: 3%;
	background-color: #ffffff;
}
.contact_form
{
	background-color: #ffffff;
	background-image:url(/images/);
	background-position:center top;
	background-repeat:no-repeat;
	
}


blue
{
	color: #009cdb;
	display: inline;
}
