/* Link Colors */ 
a:link {color:#CB684C;} /*  Color of the links */
a:visited {color:#CB684C;} /*  Color of the visited links */
a:hover {color:#DEE8E9/*  Color of links when you hover your mouse over them */;}  


/* Page background and link color */ 

body { 
background-color: #DEE8E9;
color: #000000;			
background-repeat: no-repeat;
background-attachment:fixed;
background-position:center; 
font-family:"Garamond", serif;
}

h1 {color:#FFFFFF; font-size:1.5em;}
h2 {color:#CB684C; font-size:1.2em;}

div.wrapper {
	width: 800px; 
	margin: 0 auto; 
	text-align: center;
	overflow:hidden;
	filter: alpha(opacity=75); -moz-opacity: .75; opacity: 0.75;background-color: #000200; 
}


.home p 
{
	margin-bottom:40px;
}

ul#sddm
{	
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	background-color: #666;
}
ul#sddm li
{	
	margin: 0;
	padding: 3px;   /* Distance between the Menus */ 
	list-style: none;
	float: left;
	font: 20px Garamond  /* Text size and font of Menus */ 
}

#sddm li a
{	display: block;
	margin: 0 0px 0 0;
	padding: 3px 2px;
	width: 100px;
	  /* Maybe Turn Off???? */   
	color: #DEE8E9;  /* Color of Text */ 
	text-align: center;
	text-decoration: none
}

#menu 
{
	border: 1px solid green;
}

.home p
{ 
	color: 1E1D00; 
	font-size: 17px; 
}


#social-links {position:relative;text-align: center;margin-bottom:20px; }
#header {font-size:40px;text-align: center;color:#CB684C;text-decoration:underline;}
#logo {margin: 10px 0;}
#test_pic {position:relative;text-align: center;top:300px}
#news_text {text-align: center;color: #DEE8E9}
#shows {font-size:24px;position:relative;top:50;left:120}
#show_position {position: relative;top:160px; text-align: center;color: #DEE8E9}
#pic_position {position: relative;top:160px; text-align: center;color: #DEE8E9}
#sub_header {font-size:20px;position:relative;text-align: center;top:135px;color:#CB684C;}




