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

body {
	background-color: #000;
}	
#wrapper 	{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: auto;
	margin-top: 30px;
       	background-image: url(../images/backgroundimg.jpg);
        background-repeat: no-repeat;
}
#line 	{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 10px;
	margin-top: 10px;
        float:left;
}
#content {
	float: left;
	height: auto;
	width: 940px;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
       
}
#header 	{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100px;
        margin-bottom:12px;
}
#logo {
	float: left;
	height: 60px;
	width: 494px;
	text-align: center;
}
#nav {
	float: left;
	height: 60px;
	width: 500px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
        font-weight:normal;
	color: #B60227;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #DED28A;
	text-decoration: none;
}
a:hover {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #B60227;
	text-decoration: underline;
}
a:visited {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #DED28A;
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        line-height:21px;
	font-weight: normal;
	color: #FFF;
}
#footer 	{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 50px;
	margin-top: 5px;
        float: left;
}
#footer .text {
	margin-left: auto;
	margin-right: auto;
	width: 333px;
	height:20px;
        float: left;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #DED28A;
}
.project {
	width: 980px;
	height: 1500px;
	background-image: url(http://www.seanfrancisellis.com/images/project.jpg);
	float: left;
       background-repeat: no-repeat;
}
.project a:link {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #B60227;
	text-decoration: underline;
}
.project a:visited {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #B60227;
	text-decoration: underline;
}
.project a:hover {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #DED28A;
	text-decoration: underline;
}

.vimeo {
	width: 800px;
	height: 450px;
	margin-top: 960px;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear:both;
}
