@charset "utf-8";

body {
	background-color: #E6C7A0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
ul, li {
	margin: 0px;
	padding: 0px;
}

h1.home-text {
	font-size: x-large;
	margin-top: 30px;
	color: #CF4942;
	font-style: italic;
}


h2.home-text {
	font-size: large;
	margin-top: 30px;
	color: #CF4942;
	font-style: italic;
}

#nav {
	float: left;
	width: 210px;
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#nav a {
	text-decoration: none;
	color: #333333;
}
#nav a:hover {
	color: #FFFFFF;
	font-style: italic;
}
#nav li {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-left: 40px;
	margin-right: 30px;
	line-height: 180%;
}



#box-top {
	height: 30px;
	width: 210px;
	background-image: url(images/box-top.png);
}
#nav img {
	margin-top: 30px;
	margin-left: 5px;
	margin-bottom: 30px;
}





#box-mid {
	background-image: url(images/box-bg.png);
	background-repeat: repeat-y;
	width: 210px;
	display: inline-block;
}
#box-btm {
	background-image: url(images/box-btm.png);
	width: 210px;
	height: 30px;
}


/* CSS Document */

#wrapper {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 200px;
	width: 820px;
}
#content {
	width: 820px;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
	display: inline-block;
}
#footer {
	height: 130px;
	width: 820px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	display: inline-block;
	clear: both;
}
#clear-both {
	clear: both;
}

ul.home-text {
	margin-left: 300px;
	font-weight: bold;
	line-height: 130%;
}
ul.about  {
	margin-left: 300px;
}
.home-text {
	margin-right: 50px;
	margin-left: 270px;
	text-align: justify;
	font-size: medium;
}
.home-text a {
	text-decoration: none;
	color: #10469E;
	font-style: italic;
	font-weight: bold;
}
.home-text a:hover {
	color: #417CCA;
}
ul.colours {
	margin-right: 50px;
	margin-left: 280px;
	text-align: justify;
	font-size: medium;
}

.name {
	color: #CF4942;
	text-align: right;
	margin-right: 40px;
	margin-top: -10px;
	font-weight: bold;
}
.footer {
	text-align: center;
	margin-top: 110px;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer a {
	text-decoration: none;
	color: #CF4942;
}
.footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.thank {
	margin-right: 50px;
	margin-left: 270px;
	text-align: justify;
	font-size: large;
}
