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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

body {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	height: 600px;
	width: 900px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	background-color:#CCC;
	background-image:url(../images/gray.png);
	background-repeat:no-repeat;
}

.copyright {
	position:absolute;
	bottom: 5px;
	float:left;
	left: 20px;
}

.content {
 	top: 50 px;
	left: 150 px;
	height: 600 px;
	width: 900 px;
}

.home {	
	position:absolute;
	top: 5px;
	float:left;
	left: 20 px;
	color: 666;
	
}


.portfolio {
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: top;
	margin: 10px;
	padding: 10px;
	float: left;
	height: 400px;
	width: 700px;
	visibility: visible;
	
	top: 150px;
	cursor: crosshair;
	overflow: hidden;
}
	

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
}
h1 {
	font-size: 33px;
	color: #FFF;
	line-height: normal;
}
h2 {
	font-size: 16px;
	color: #FFF;
	line-height: normal;
	text-align: right;
}
h3 {
	font-size: 13px;
	color: #666;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color:#F0F;
	text-decoration:none;
}
a:active {
	color:#0C9;
	text-decoration: none;
}

