/* Page Structure */

body {
    margin: 0;
    padding: 10px;
    min-width: 720px;
}
#page {
    margin: 0 auto;
    padding: 0;
    width: 700px;
	background-color: white;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
}
#header {
    margin: 0;
	border-bottom: 1px solid rgb(50,50,50);
    padding: 22px 25px 23px 25px;
	background-image: url(Sunflower.gif);
	background-position: 615px;
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
#header h1 {
    margin: 0;
    padding: 10px 0;
}
#content {
    margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
#footer {
    margin: 0;
	border-top: 1px solid rgb(50,50,50);
    padding: 5px 10px;
	text-align: center;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

/* menu */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
	margin: 0;
	padding: 0 15px 0 0;
}
#menu li a {
	text-decoration: none;
}

/* footer */

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	display: inline;
	margin: 0;
	padding: 0 25px;
}
#footer li a {
	text-decoration: none;
}

/* Fonts */

body {font-family: "Georgia", serif;}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: "Verdana", sans-serif;
	-webkit-text-size-adjust: 125%;
}
body {
	font-size: 100%;
	line-height: 125%;
	-webkit-text-size-adjust: 125%;
}
#menu {
	font-size: 100%;
	-webkit-text-size-adjust: 125%;	
}
h1 {font-size: 170%;}
h2 {font-size: 130%;}
h3 {font-size: 110%;}    
h4 {font-size: 100%;}
h5 {font-size: 95%;}
h6 {font-size: 90%;}
#footer {
	font-size: 80%;
}

/* Colour */

body {background-color: rgb(50, 50, 50);}
#header {background-color: rgb(97, 97, 97);}
#content {background-color: black;}
#footer {background-color: rgb(200,200,200);}
#header h1 {color: white; text-shadow: 0px 1px 2px rgb(50, 50, 50);}

/* Text Colour */

#content h1, h2, h3, h4, h5, h6 {color: rgb(10, 10, 10);}
a:link, a:visited {color: rgb(10, 10, 10);}
a:hover {
	background-color: rgb(50,50,50);
	color: rgb(150, 150, 150);
}

/* Margins and Padding */

#content h1 {margin: 20px 0 20px 0;}
#content h2, h3, h4, h5, h6 {margin: 15px 0 15px 0;}

img {
	display: block;
}
a img {
	border-width: 0;
}