

/* WebDesignAndSuch.com Demo */

/* demo page styles */


#container {
	width: 780px;  
	background:#fff;
	margin: 0 auto; 
	-webkit-box-shadow: 0px 0px 15px #000;
	-moz-box-shadow: 0px 0px 15px #000;
	
}
#content {padding:0px; text-align:center; margin:0px line-height:18px }

img {border:0px;}

a:link, a:visited {color:#88b0dc; text-decoration:none}
a:hover, a:active {color:#CC5500; text-decoration:none}

.info {width:800px; margin:0 auto;  margin-top:20px; text-align:center; font-size:12px; padding-bottom:25px;}
.info a, .info a:visited {color:#333}
.info a:hover {color:#000}



/* demo specific styles */
.gal {text-align:right; line-height:10px;}
.gal img {margin:3px}
.gal img:hover {-webkit-box-shadow: 0px 0px 5px #333;-moz-box-shadow: 0px 0px 5px #333;}