@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	outline: none;
}

html{
	background: #000000 url("../images/html-background.jpg") no-repeat scroll top center;
	font-family: Arial,Helvetica,sans-serif;
	color: #FFFFFF;
}

.container{
	margin: 0 auto;
	width: 980px;
}

img{
	border: none;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #EDE011;
}

a:hover{
	text-decoration: underline;
	color: #0074A6;
}

/* =============== || Header || =============== */

#header{
	height: 150px;
}

#header-left{
	float: left;
	padding-top: 50px;
	padding-left: 40px;
}

#header-right{
	float: right;
	padding-top: 70px;
	padding-right: 40px;
}

h1{
	font-size: 30px;
	color: #EDE011;
}

h2{
	font-size: 14px;
}

#header-email{
	font-size: 12px;
	color: #FFFFFF;
}

/* =============== || Content || =============== */
.work{
	width: 960px;
	height: 425px;
	margin: 10px;
	background-image: url("../images/content.png");
}

.work-left{
	float: left;
	width: 740px;
}

.picture{
	margin: 9px;
}

.work-right{
	float: right;
	width: 220px;
}

.work-title{
	font-weight: bold;
	color: #FFFFFF;
}

.descriptions{
	background-image: url("../images/descriptions.png");
	height: 20px;
	margin-top: 10px;
	padding-top: 4px;
	padding-left: 4px;
	font-size: 12px;
	letter-spacing: 0.4px;
	color: #A2A2A2;
}

/* =============== || Footer || =============== */
#footer{
	margin-top: 20px;
	background: url("../images/footer.jpg") no-repeat scroll top center;
	height: 330px;
}

#footer-left{
	float: left;
	width: 550px;
}

#about{
	margin: 10px;
	font-size: 10pt;
	padding-left: 20px;
}

#footer-right{
	float: right;
	width: 330px;
}

#contact{
	margin: 10px;
	font-size: 10pt;
}

h3{
	font-size: 30px;
	margin-top: 50px;
	font-family: "Sansation";
}

.text{
	font-size: 12px;
	margin-top: 25px;
	line-height: 25px;
	color: #A2A2A2;
}

#footer-email{
	font-weight: bold;
	font-size: 11pt;
}

ul{
	list-style-position:inside;
	list-style-type:circle;
	margin-top: 10px;
	line-height: 25px;
}

#copyright{
	clear: both;
	color: #333333;
	font-size: 7.5pt;
	margin-left: 30px;
}
