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

body {
	background-attachment: scroll;
	background-image: url(../gallery/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
	top: 0px;
	margin-top: 0px;
	padding-top: 15px;
}

.main-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;

}

a.angela:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.home-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}


a.angela:visited {
	color: #666666;
	text-decoration: none;
}
a.angela:hover {
	color: #666666;
	text-decoration: none;
}

#container
{
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
	height: auto;
}

#header{
	height: auto;
	width: auto;

}

#header-logo
{
	height: 25px;
	width: 500px;
	padding-top: 14px;
	padding-bottom: 7px;
	padding-left: 300px;
	text-align: right;
}

#container2 {
	width: 800px; /* this overrides the text-align: center on the body element. */
	padding-top: 15px;
	float: none;
} 

#mainContent {
	width: 135px;
	margin-top: 0px;
	float: left;
} 

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 650px;
	padding-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}


#project-text {
	height: auto;
	width: 640px;
	margin-bottom: 15px;
	padding-left: 5px;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: left;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#thumbnail-container {
	float: none;
	height: auto;
	width: 140px;
	padding-right: 10px;
	padding-top: 15px;
	cursor: hand;
}

#project-details {
	height: 20px;
	width: 120px;
	padding-left: 5px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#footer {
	width: 800px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	float: right;
	height: 20px;
}


#homepage-image-holder
{
	text-align: center;
	height: 433px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

img.thumbs {
	float:none;
	height:40px;
	width:40px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 1px;
	cursor: hand;
}
#imageContainer {
	height: auto;
	width: 650px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#details {
	background-color: #333333;
	padding: 5px;
	float: none;
	height: 20px;
	width: 120px;
	margin-top: 15px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
