/*CSS designed By Future Webs*/
/*Default Style*/
#wrapper {
	width: 849px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 110px;
	width: 849px;
	padding-top: 20px;
}
#wrapper #body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	background-color: #FFF;
	height: auto;
	width: 849px;
	background-image: url(../Imgs/bg_main.gif);
	background-repeat: repeat-y;
}
#wrapper #subheader {
	background-color: #999;
	height: 160px;
	width: 849px;
}
#wrapper #body #welcome {
	width: 849px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	height: 180px;
}
#wrapper #body #welcome #left {
	float: left;
	width: 470px;
	padding-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
	color: #666;
	padding-top: 15px;
}
#wrapper #body #welcome #right {
	float: right;
	width: 250px;
	padding-right: 60px;
}

#wrapper #body #innerwrapper {
	width: 729px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#wrapper #body #latest_work {
	width: 400px;
	padding-left: 60px;
	padding-top: 40px;
}

#wrapper #body #home_images {
	width: 800px;
	height: 130px;
	padding-top: 10px;
	padding-left: 55px;
}
#wrapper #footer {
	height: 69px;
	width: 849px;
	background-image: url(../Imgs/bottom_bar.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-align: center;
}
#wrapper #body #facebook {
	width: 265px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
#wrapper #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	width: 849px;
	text-align: center;
}

#wrapper #body #home_images #imagecontainer {
	height: 100px;
	width: 130px;
	padding-right: 20px;
	float: left;
}

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 660px; 
    height:90px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items {
	/* this cannot be too large */ 
    width:20000em;
	position:absolute;
	left: -7px;
	top: -15px;
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}
#aboutcontainer {
	width: 750px;
	height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
#aboutcontainer .title {
	height: 30px;
	width: 735px;
	text-align: left;
	padding-top: 25px;
	padding-left: 25px;
	font-size: 24px;
	color: #F0037F;
}
#aboutcontainer #about {
	width: 700px;
	text-align: left;
	padding-left: 25px;
	padding-top: 25px;
	line-height: 20px;
}
#aboutcontainer #aboutimages {
	width: 700px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
#wrapper #body #archivecontainer {
	height: 725px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #body #archivecontainer #archivetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #F09;
	padding-top: 20px;
	padding-left: 20px;
}
#wrapper #body #archivecontainer #archivedesc {
	padding-top: 20px;
	padding-left: 20px;
}
#wrapper #body #archivecontainer #archiveselect {
	padding-top: 20px;
	padding-left: 20px;
	height: 20px;
	width: 500px;
	font-size: 16px;
}
#wrapper #body #archivecontainer #archivesubtitle {
	height: 31px;
	width: 95px;
	padding-left: 20px;
	padding-top: 20px;
}
#wrapper #body #archivecontainer #archiveimages {
	height: 450px;
	width: 700px;
	padding-top: 10px;
	padding-left: 30px;
}
#wrapper #body #archivecontainer #archivenext {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #body #archivecontainer #archiveimages .image {
	height: 75px;
	width: 100px;
	border: 5px solid #CCC;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
}
#wrapper #body #archivecontainer #archiveline {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	height: 1px;
	margin-top: 10px;
	background-color: #CCC;
}
