body {
	background: #2E5162;
	background-image: url('http://www.skylinedesignstudios.com/images/SDS_2010/sds_2010_background.jpg');
	background-repeat: repeat-x;
	margin: 0px; 
	padding: 0px;
	color:#333333;
	font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height:100%;
	min-height:100%;
    position:relative;
	padding-bottom:160px;
}

h1 {
	
	color: #a4a488;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 5.7em;
	font-variant:small-caps;
	font-stretch:condensed;

}

h2 {
	margin-top: 3px;
	font-family: Georgia, serif;
	font-size: 51px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: .90em;	
	
}
#header {
	margin: 0 auto;
	margin-top: 75px;
	width: 800px;
	height: 250px;
	background-image: url(http://www.skylinedesignstudios.com/images/SDS_2010/sds_header_2.jpg);
	border: 1px solid #bfbfbf;
	

}

#moon {
	float: right;
	margin-top: -130px;
	margin-right: 20px;
	display: none;
		
}

#sds_icon{
	float: right;
	margin: 10px;
		
	
}

#content {
	background-color: #dbdbd0;
	width: 772px;
	margin: 0 auto;
	padding: 15px;
}
#text_style_1 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

#text_style_2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

#advert {
	margin-left: 15px;
	margin-right: 10px;
}

#footer {
	/*background-color: #21282c;*/
	background-image: url("http://www.skylinedesignstudios.com/images/SDS_2010/footer_background.png");
	color: white;
	height: 150px;
	width: 100%;
	position:absolute;
	bottom: 0;
	
}
#footer-content {
	width: 785px;
	margin: 0 auto;
	margin-top: 110px;
	color: #FF9900;
	font-family: Georgia, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
}
.clear {
	clear: both;
}

/*NEW NAVIGATION 
mark the UL as id=navigation
*/
#navigation {
    margin: 	0;
	margin-top: 0px;
    padding:	0px;
	float: right;
	width: 100%;
	/*background: #913e16;
	border: 1px solid #42432d;
	border-width:: 1px 0;*/
	border-left: 0px;
	border-right: 0px;
}
 
#navigation li {
	display:	inline;
	padding:	0;
	margin:		0;
}

#navigation a:link,
#navigation a:visited {
	color: #fff;
	background: #353535;
	padding: 10px 20px 4px 20px;
	float: right;
	width: auto;
	border-right: 1px solid #42432d;
	text-decoration: none;
	font: bold .8em/.8em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #555;
	margin-top: 82px;
}
#navigation a:hover,
#navigation a:focus {
	color:	#ff971d;
	font-family:Verdana, Geneva, sans-serif;
	background: rgba(92, 104, 113, .85);
	border: 1px solid  #666;
	margin-top: 70px;/* this keeps the nav along bottom of the header */
	height: 20px; /* this is how high the box goes up above the rest of the links */
	line-height: 28px; /* set this to 0 to align text to top of element */
	
}

#navigation  a#active-nav-link {
	color:	#ff971d;
	font-family:Verdana, Geneva, sans-serif;
	background: rgba(92, 104, 113, .85);
	border: 1px solid  #666;
	margin-top: 70px;/* this keeps the nav along bottom of the header */
	height: 20px; /* this is how high the box goes up above the rest of the links */
	line-height: 28px; /* set this to 0 to align text to top of element */ 
}

/*##################################################################
Column Width Stuff Here
####################################################################
*/
#col_250 {
	/* this is a column with width of 250px */
	width: 250px;
	padding: 10px;
	float: left;
}
#col_450 {
	float: left;
	width: 650px;
}


/*##################################################################



CSS3 STUFF, HOPEFULLY MOST OF IT IS CROSSBROWSER SUPPORTED!  omg



###################################################################*/



/* rounded corners for everything that has this class */

.rounded-corners {

    -moz-border-radius: 6px;

    -webkit-border-radius: 6px;

    -khtml-border-radius: 6px;

    border-radius: 6px;

}

.rounded-corners-large {

    -moz-border-radius: 20px;

    -webkit-border-radius: 20px;

    -khtml-border-radius: 20px;

    border-radius: 20px;

}

.rounded-top-corners {
	border-top-right-radius: 20px; 	
	-moz-border-radius-topright: 20px; 	
	-webkit-border-top-right-radius: 20px;
	
	border-top-left-radius: 20px; 	
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px
	
}

.rounded-bottom-corners {
	border-bottom-right-radius: 20px; 	
	-moz-border-radius-bottomright: 20px; 	
	-webkit-border-bottom-right-radius: 20px;
	
	border-bottom-left-radius: 20px; 	
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px
	
}
.text_shadows {

	text-shadow: 2px 2px 3px #c3c3c3;

}



.gray_gradient {

	background: #999; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666'); /* for IE */

	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#666666)); /* for webkit browsers */

	background: -moz-linear-gradient(top,  #999999,  #666666); /* for firefox 3.6+ */



}

.box_shadows {

/* 

	this is a cool trick to add shadows to any object

*/

	box-shadow: 2px 2px 8px #888; /*everyone else */

	-webkit-box-shadow: 2px 2px 8px #888; /* safari/google */

	-moz-box-shadow: 2px 2px 8px #888; /* mozilla */





}

.inside_box_shadows {



/* 

	this is a cool trick to add shadows to the insides of any object

*/

	box-shadow: inset 2px 2px 8px #888; /*everyone else */

	-webkit-box-shadow: inset 2px 2px 8px #888; /* safari/google */

	-moz-box-shadow: inset 2px 2px 8px #888; /* mozilla */

}

.opacity  {
	opacity: .5; 
}