
h1 {
	margin-top:13px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:100;
	color:#fc0379;
}

h2 {
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:100;
	color:#d4d4d4;
	line-height:1.3em;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:100;
	color:#777777;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:100;
	color:#d4d4d4;
	padding-bottom: 10px;
}





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

a:hover{
	color: #cdff00;
}



* {
	margin: 0;
	padding: 0;
}

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; min-height: 100%;
}

body {
	font-size: 1em;
	color: #d4d4d4;
	font-family: Arial, sans-serif;
	line-height: 1.2em;
	background: #161616;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}

#topbar {
	
	background: #c8f037;
	padding-top: 0px;
	height: 4px;
	margin: 0px auto;
}

#wrap {
	
	margin: 0 auto;
	width: 960px;
	
}

#main {
	padding-bottom: 76px;
}  /* must be same height as the footer */

#header {
}

#logo {
	height: 192px;
	position: absolute;
	width: 320px;
	margin-top: 0px;
	margin-left: 0px;
}

#nav-bar {
width: 430px;
	position: relative;
	top: -125px;
	left: 535px;
	}


ul#top-nav {
width: 410px;
list-style: none;
}

#nav-bg{
position: relative;
width: 640px;
left:320px;
background-repeat:no-repeat;
}


#top-nav li{
	display:inline-block;
	padding-left: 15px;
}

#top-nav li a{
	
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
}

#top-nav li a:hover{
	color: #161616;
}



#main-content-1 {
}

#welcome {
	position: absolute;
	top:205px;
	height: 349px;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
}

#welcome h2{
	padding-top:5px;
}

#latest {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	left: 320px;
	top: -29px;
	height: 349px;
	width: 620px;
	
}

#main-content-2 {
	position: relative;
	top:-35px;
	left: 0px;
	height: 3780px;
}




#work-web {
	position: absolute;
	top:5px;
	left:0;
	padding-left:10px;
	padding-right: 10px;
	height: 100px;
	width:300px;

}

#work-web span {
display:none;
}


#work-web a:hover img, #work-print a:hover img, #work-animation a:hover img {
background-color: #fc0379;


}

#work-print {
	position: absolute;
	top:5px;
	left: 320px;
	padding-left:10px;
	padding-right: 10px;
	height: 100px;
	width:300px;

}

#work-print span {
display:none;
}


#work-animation {
	position: absolute;
	top:5px;
	left: 640px;
	padding-left:10px;
	padding-right: 10px;
	height: 100px;
	width:300px;

}

#work-animation span {
display:none;
}

#work-web p, #work-print p, #work-animation p{

}

#work-web img, #work-print img, #work-animation img{
	border:none;
	margin-top:15px;
	padding-top:2px;
	padding-bottom:2px;
}







#logo-footer {
	float: right;
	background-image:url(images/logo-footer2.gif);
	background-repeat:no-repeat;
	width: 152px;
	height: 147px;
	margin-top: -138px;
}







#footer {
	background-image:url(images/bg-footer.jpg);
	position: relative;
	bottom: 0px;
	height: 76px;
	text-align: center;
	background-color: black;
	margin-top: 780px;
	
}


#footer-nav {
	padding-top: 6px;
}



#footer-nav li{
	display:inline;
	padding-left: 15px;
}

#footer-nav li a{

	color: #161616;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
}

#footer-nav li a:hover{
	color: #fd037a;
}



#footer p {
color: #7e952b;
font-size: 0.8em;
font-weight: bold;
text-align: center;
}











/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */