/* @override http://localhost/~michael/Damarisland/css/styles.css */

body {
	color: #fff;
	margin:0;
	height:100%;
	background-image: url(../images/bkgrnd.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	background-color: #464646;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

h1 {
	font-size: 30px;
}
h2 {
	font-size: 20px;
}
body a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	color:#FFFFFF;
}

#container {
	min-height:100%;
	background-image: url(../images/damarislandMain.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
}
#wrapper {
	background-image: url(../images/damarislandMain.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#header {
	margin-bottom: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 50px;
}

#content {
	width: 500px;
	margin-left: 180px;
	margin-top: 60px;
	padding: 10px;
}

#left {
	width: 130px;
	float: left;
	margin-left: 60px;
}
#footer  {
	bottom: 0;
	width:100%;
	height:60px;
	text-align: center;
	color: #FFFFFF;
	word-spacing: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0;
}
.headerStyle {
	font-size: 22px;
	font-weight: bold;
}

.leftStyle {
	line-height: 20px;
	text-align: left;
}

.leftStyle a:hover {
	color: #FF00FF;
}

.leftStyle h1, .leftstyle h2, .leftstyle h3 {
	color: #00FFFF;
}
a.blogBtn {
	width: 100px;
	display: block;
	text-align: center;
	vertical-align: top;
	margin-top: -14px;
}
a:hover.blogBtn {
	color: #FF00FF;
	text-align: center;
	width: 100px;
	display: block;

}
a.worksBtn {
	width: 100px;
	display: block;
	text-align: center;
	vertical-align: top;
	margin-top: -14px;
}
a:hover.worksBtn {
	color: #00FFFF;
	text-align: center;
	width: 100px;
	display: block;

}
a.aboutBtn {
	width: 100px;
	display: block;
	text-align: center;
	vertical-align: top;
	margin-top: -14px;
}
a:hover.aboutBtn {
	color: #FFFF00;
	text-align: center;
	width: 100px;
	display: block;

}
a.linksBtn {
	width: 100px;
	display: block;
	text-align: center;
	vertical-align: top;
	margin-top: -14px;
}
a:hover.linksBtn {
	color: #00FF00;
	text-align: center;
	width: 100px;
	display: block;

}
hr {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a.style1 {
	text-decoration: none;
	font-size:16px;
}

a.style1:hover {
	text-decoration: none;
	color:#FF00FF;
	font-size:16px;
}

a.style2 {
	text-decoration: none;
	font-size:16px;
}

a.style2:hover {
	text-decoration: none;
	color:#00FFFF;
	font-size:16px;
}

a.style3 {
	text-decoration: none;
	font-size:16px;
}

a.style3:hover {
	text-decoration: none;
	color:#FFFF00;
	font-size:16px;
}

a.style4 {
	text-decoration: none;
	font-size:16px;
}
a.style4:hover {
	text-decoration: none;
	color:#00FF00;
	font-size:16px;
}
.border1 {
	border: thin solid #FF00FF;
}
.border2 {
	border: thin solid #00FFFF;
}
.border3 {
	border: thin solid #FFFF00;
}
.border4 {
	border: thin solid #00FF00;
}
a.style6:hover {

	text-decoration: none;
	color:#FF0000;
	font-size:16px;
}
li {
	list-style-type: square;
	list-style-image: none;
	color: #666666;
}
a.style5:link {
	text-decoration: underline;
	color:#FFFFFF;
}
