	* {
            margin: 0;
            padding: 0;
            border: none;
	   
}

        body {
		background: #333333;
	}
	
	a, p, h1, h2 {
		color: #000;
		font-size: 16px;
		text-decoration: none;
	}
	
	li {
		text-decoration: none;
		list-style-type: none;

	}
	
	img {
		border: none;
	}
	
	a:active {
		outline: none;
	}
	
	#wrapper {
		width:1000px;
		margin:0px auto;
		background: #fff;
		
	}

	#header {
		text-align: center;
		height:100px;
		background: #666666;
	}
	
	#header a{
		color: #fff;
		font-size: 50px;
	}
	
	#menu {
		height: 50px;
		text-align: center;
		background: #666666;
	}
	
	#menu a{
	font-size: 20px;
	color: #fff;
	padding: 25px;
	}

	#menu a:hover {
		text-decoration: underline;
	}
	
	#content {
		width: 1000px;
		margin-top:10px;
		padding-bottom:10px;
		float: left;
	}
	
	div#content {
		padding:10px;
		float:left;
	}
	
	#content h1 {
		font-size: 24px;
	}
	
	#content-left {
		width:200px;
		float: left;
	}
	
	#content-left a {
		padding-bottom: 10px;
	}
	
	#content-left li{
		padding-bottom: 10px;
	}
	
	#content-left a:hover {
		text-decoration: underline;
	}
	
	#content-main {
		margin-left:10px;
		width:550px;		float: left;
	}		#content-main a { color: #333;}	#content-main a:hover { text-decoration: underline; }

	#content-main.home{
		margin-left:10px;
		width:770px;
	}
	
	#content-right {
		float: left;
		width:170px;
		text-align: right;
	}
	
	#content-right a:hover {
		text-decoration: underline;
	}
	
	#imagegallery {
		padding-left: 150px;
	}
	
	#footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px;
		width:878px;
	}
	
	#bottom {
		clear:both;
		text-align:right;
	}


