html {
	background-color:#808080;
	}

body {
	font-family:"Myriad Pro", Helvetica, sans-serif;
	font-size:small;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #808080;
	color:#ffffff;
}


#header {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:10px;
}

#header h1 {
	text-align:left;
	font-weight:lighter;
	letter-spacing:10%;
	color:#ffffff;
}
a{
	text-decoration:none;
}

a:link{
	color:#ffffff;
}

a:visited{
	color:#ffffff;
}
a:hover{
	color:#333333;
}


#contentmain {
	margin-top:20px;
	text-align:center;
}


#content {
	margin-top:20px;
	height:80%;
	text-align:center;
}

#content img{
	width:60%;
}

#tab {
	text-align:left;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;
	margin-top:50px;

	}

#footer{
	text-align:center;
	height:19px;
	color:#333333;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:0px;
	margin-right:10px;

}
#footer p {
	margin:0px;
	padding:0px;
}

#footer p+p{
	font-family:"myriad Pro", sans-serif;
	font-weight:lighter;
	font-size:80%;
	font-style:italic;
	color:#CCCCCC;
	margin:0px;
	padding:0px;
}

#footer a:link{
	color:#ffffff;
}

#footer a:visited{
	color:#ffffff;
}
#footer a:hover{
	color:#990000;
}




.headwork {
	line-height: normal;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
	text-decoration:none;
	font-weight:light;
	letter-spacing:.2em;
	font-size:50%;

}

.grey {
	color:#333333;

}