@charset "UTF-8";
/* CSS Document */
/* ++++++++++++++++++++++++++++++++++++++ */

/* Reset styles */
/* ++++++++++++++++++++++++++++++++++++++ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #FFFFFF;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Layout */
/* ++++++++++++++++++++++++++++++++++++++ */


#header {
	padding: 0px;
	width: 665px;
	height: 105px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;	
}

#mainContent {
	width: 650px;
	height: 435px;
	border: 5px solid #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#mainGallery {
	width: 650px;
	height: 509px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 5px solid #FFFFFF;
}

#logo {
	float: right;	
}

#photo {
	float: right;
	width: 291px;
}

#text {
	padding: 25px 25px 0px;
	width: 300px;
	float: left;
}


/* Navigation styles */
/* ++++++++++++++++++++++++++++++++++++++ */

#navcontainer {
	float: left;
	margin-bottom: 1em;
	overflow: hidden;
	width: 480px;
	margin-top: 40px;
}

#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist li {
	border-left: 1px solid #fff;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .6em 0 .6em;
	color: #FFFFFF;
}

#navlist li a {
	color:#FFFFFF;
	text-decoration: none;
}

#navlist li a:hover {
	color: #E33699;
}

/* Colours and tag styles */
/* ++++++++++++++++++++++++++++++++++++++ */

body {
	background-color: #0d0d0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	line-height: 120%;
	font-weight: normal;
}

p {
	padding-bottom: 10px;
}

h1 {
	color: #FA582A;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	font-size: 110%;
	font-weight: bold;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FA582A;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Form styles */
/* ++++++++++++++++++++++++++++++++++++++ */

input { 
	background-color: #ffffff; 
	font-size: 11px;
	width: 150px;
}
textarea {
	width: 150px;
}

td img {display: block;}

#copyright {
	margin-left: auto;
	margin-right: auto;
	padding-top 10px;
	width: 650px;
}