@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	height:100%;
	font-size:12px;
	line-height:18px;
	font-family:"Times New Roman", Times, serif;
	}
#container{
	min-height: 100%;
	position:relative;
	}
#header{
	padding-top:20px;
	height:200px;
	text-align:center;
	}	
#footer{
	position:absolute;
	bottom:0;
	width:100%;
	height: 150px;  /* Height of the footer */
	text-align:center;
	color:#999;
	background-image:url(../images/footer-bg.png);
	background-position:0 0;
	background-repeat:repeat-x;
	}
#main{
	margin:0 auto;
	width: 760px;
	padding:0px;
	padding-bottom:150px;	/* Height of the footer */
	}
#content{
	margin:0 auto;
	padding:0;
	width:760px;
	}
h1{
	line-height:40px;
	}
h2{
	line-height:40px;
	}
p{
	margin-left:20px;
	margin-right:20px;
	}
a, a:visited{
	color:#999;
	text-decoration:underline;
	}
a:hover{
	color:#333;
	text-decoration:none;
	}
hr.thin{
	height: 1px;
	border: 0;
	color: #333;
	background-color: #333;
	width: 100%;
	}

/* Navigation Menu */	
#menu{
	color:#fff;
	margin-top:2px;
	}	
#menu ul{
	width:760px;
	margin:0 auto;
	list-style:none;
	padding:0;
	text-align:left;
	}	
#menu ul li{
	display:inline
	}	
#menu ul a{
	display:block;
	float:left;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#999999;
	padding:16px 21px 10px 0px;
	width:87px;
	text-align:center;
	text-transform:uppercase;
	outline:none;
	}	
#menu ul a:hover{
	color:#333;
	outline:none;
	}	
#menu ul a.active{
	color:#333;
	outline:none;
	}	
#menu ul a.active:hover{
	color:#333;
	outline:none;
	}

/* Other Styles */
#fader{
	height:270px;
	padding:0;
	}
#text{
	width:460px;
	padding-left:150px;
	padding-right:150px;
	}
ul#portfolio li{
	list-style-type:none;
	}
	
/* Graphic Design Page */	
.design-container
{
	width: 740px;
	padding: 0px 0px 0px 20px; 
	height: 350px;
}

#web-list
{
	background:url(../images/web-back.gif) no-repeat;
	float: left;
	width:200px;
	height:300px;
	margin: 10px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
	font-size:18px;
}

#web-list p
{
	padding: 180px 0px 0px 0px;
	margin: 25px 20px 23px 20px;
	color: #545454;
	line-height:16px;
	font-size:12px;
}

#print-list
{
	background:url(../images/print-back.gif) no-repeat;
	float: left;
	height:300px;
	width:200px;
	margin: 10px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
	font-size:18px;
}

#print-list p
{
	padding: 180px 0px 0px 0px;
	margin: 25px 20px 23px 20px;
	color: #545454;
	line-height:16px;
	font-size:12px;
}

#ani-list
{
	float: left;
	height:300px;
	width:200px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:18px;
}

#ani-space
{
	height:5px;
}

.portfolio-button
{
	background:url(../images/portbutton.gif) no-repeat;
	padding: 6px 57px 6px 40px;
	margin:0px 0px 0px 0px;
	width:200px;
	text-decoration:none;
	outline:none;
}