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

html, body {
    margin: 0;
    padding: 0;
	height:100%;
}

@font-face {
	font-family: AgencyB;
	src: url(font/AGENCYB.TTF) format("truetype");
}

@font-face {
	font-family: AgencyR;
	src: url(font/AGENCYR.TTF) format("truetype");
}


body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

#container{
	width:960px;
	margin:auto;
	text-align:center;
	height:100%;
}

#menu{
	
}

#content{
	width:820px;
	background-image:url(images/contentBody.png);
	background-repeat:repeat-y;
	padding-left:60px;
	padding-right:60px;
	padding-top:10px;
	padding-bottom:10px;
	min-height:350px;
	text-align:left;
	min-height:500px;
}

#contentFoot{
	width:820px;
	height:77px;
	padding-top:50px;
	background-image:url(images/contentFoot.png);
	background-repeat:no-repeat;
	padding-left:60px;
	padding-right:60px;
	color:#336699;
}

#portfolioMain{
	width:500px;
	height:500px;
	float:left;
}

#websitesMain{
	width:500px;
	min-height:650px;
	float:left;
}

#websitesMainText{
	width:440px;
	margin-left:30px;
	margin-right:30px;
	font-size:12px;
	height:50px;
}

#printMain{
	width:500px;
	min-height:650px;
	float:left;
}

#printMainText{
	width:440px;
	margin-left:30px;
	margin-right:30px;
	font-size:12px;
	height:50px;
	text-align:center;
}

#tshirtMain{
	width:500px;
	min-height:400px;
	float:left;
}

#tshirtMainText{
	width:440px;
	margin-left:30px;
	margin-right:30px;
	font-size:12px;
	height:50px;
	text-align:center;
}

#mockMain{
	width:500px;
	min-height:400px;
	float:left;
}

#mockMainText{
	width:440px;
	margin-left:30px;
	margin-right:30px;
	font-size:12px;
	height:50px;
	text-align:center;
}

#portfolioList{
	width:320px;
	float:right;
}

#webList{
	width:320px;
	float:right;
	text-align:center;
}

img.menu{
	display:block;
	float:left;
}

img.link{
	border:none;
}

.right{
	float:right;
}

.left{
	float:left;
}

.clear{
	clear:both;
}

.center{
	margin:auto;
	text-align:center;
}

A:link {text-decoration: none; color:#003399; font-weight:bold}
A:visited {text-decoration: none; color:#003399; font-weight:bold}
A:active {text-decoration: none; color:#003399; font-weight:bold}
A:hover {text-decoration: underline; color:#003399; font-weight:bold}
