body {
	background-color:#000000;
	font-family:arial, sans-serif;
}

img {
	border:0px;
}

input {
  background-color : #AAAAAA;
  border:#7777777 inset;
  color : #000;
}

a {
	color:#ffffff;
}

a:hover{
	color:#a3a3a3;
}

a:visited{
	color:#ffffff;
}



#container {
	width:800px;
	
	margin-right:auto;
	margin-left:auto;
}

.right {
	float:right;
	padding:30px;
}

/*HOMEPAGE*/

#homepageContent {
		
		position:relative;
		top:400px;
		width:710px;
		background-image: url('../images/contentBackground.jpg');
		background-repeat:repeat-y;
		padding:40px;
		margin-left:auto;
		margin-right:auto;
		z-index:1;	

}

#homepageContent p, li {
	padding:10px 40px 0px 30px;
	color:#FFFFFF;
	font-size:12pt;
	line-height:18pt;
}

#homepageContent h5 {
	padding: 0px 0px 0px 40px;
	color:#ffffff;
	font-size:10pt;
}

#homepageFooter {
		padding-top:400px;
		clear:both;
		background-image: url('../images/bottomcurlHomepage.jpg');
		
	}
	
#homepageFooter h1 {
	padding-top:50px;
	color:#777777;
}

#homepageFooter p {
	color:#464646;
}

#homepageFooter h5 {
	color:#464646;
	font-size:9pt;
}

#header {
		position:absolute;
		height:490px;
		overflow:hidden;
		top: 0px;
		z-index:3;
	}


#content {
	width:710px;
	background-image: url('../images/contentBackground.jpg');
	background-repeat:repeat-y;
	padding:40px;
	margin-left:auto;
	margin-right:auto;
	padding-top:450px;
	z-index:1;
}


	
#content h1 {
	color:#FFFFFF;
	font-size:15pt;
}

#content h2 {
	color:#FFFFFF;
	font-size:13pt;
}

#content h3 {
	color:#FFFFFF;
	font-size:13pt;
}

#content h4 {
	color:#FFFFFF;
	font-size:14pt;
	font-weight:bold;
}

#content h5 {
	color:#FFFFFF;
	font-size:11pt;
}


#content p, li {
	color:#FFFFFF;
	font-size:12pt;
	line-height:18pt;
}

#content form {
	float:left;
}

#footer {
		
		background-image: url('../images/bottomcurl.jpg');
		background-repeat: no-repeat;
		clear:both;
	}
	
#footer h1 {
	margin-top:0px;
	padding-top:60px;
	color:#777777;
}

#footer p {
	color:#464646;
	font-size:14pt;
}

#footer h5 {
	color:#464646;
	font-size:9pt;
}
	
	
/*PORTFOLIOS*/

#viewer {
		width:300px;
		min-height:500px;
	}
	
#thumbs {
		float:right;
		width:250px;
		height:400px;
		padding:10px;	
		overflow:auto;
	}
#thumbs img {
		padding:3px;
	}
	
