
body {
	margin:0px;
	background: white url("images/gradient.png") repeat-x;
	font-family:Trebuchet MS, Arial;
}


#wrapper {

	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	min-height:800px;
	width:1000px;
	min-height:800px;
	padding:5px;
}


#header {
	margin-top:-80px;
	margin-left:0px;
	margin-right:auto;
	width:1000px;
	height:300px;
	text-align:center;
	font-family:Trebuchet MS, Arial;
	padding:5px;
	background: url("images/BG3.png") no-repeat center center;

}

.redButton a {
       margin-top:5px;
       margin-left:30px;
       width:133px;
       height:36px;
       color:white;
       padding-top:5px;
       padding-left:20px;
       text-decoration:none;
       outline:none;
       display:block;
	   background: url("images/buttonBg1.png") no-repeat;

}

.redButton a:visited {
	color:white;
}

.redButton a:hover {
	color:grey;
}

.star {
	background: url ("images/star.png") no-repeat;
	float:left;
	padding:10px;
}

#content {
	font-size:20px;
	color:black;
	padding:5px;
}



#menu {
    margin-top:-10px;
	margin-left:25px;
	float:left;

}


#home {
    margin-top:-25px;
	margin-left:205px;
	margin-right:50px;
	font-size:20px;
	font-family:Trebuchet MS, Arial;
	padding:5px;
	float:center;
}

#about {
    margin-top:-20px;
	margin-left:225px;
	margin-right:95px;
	font-size:17px;
	color:black;
	font-family:Trebuchet MS, Arial;
	text-decoration:none;
	outline:none;
	float:center;
}

#contact {
    margin-top:-20px;
	margin-left:225px;
	margin-right:100px;
	font-size:17px;
	color:black;
	font-family:Trebuchet MS, Arial;
	text-decoration:none;
	outline:none;
	float:center;
}

a {

}

#email {
    margin-top:-20px;
	margin-left:250px;
	margin-right:100px;
	font-size:17px;
	color:black;
	font-family:Trebuchet MS, Arial;
	text-decoration:none;
	outline:none;
	float:center;
}

#footer {
    margin-top: 300px;
	margin-left:350px;
	padding:5px;
}