@charset "utf-8";

/* CSS Document */

/* GLOBAL RESET */
* {
	margin:0;
	padding:0;
	clear:both;
}

body {
	background:#FFFFFF;
}

/* Workaround for using "absmiddle" property for images */

.img_absmiddle {
vertical-align: middle;
}

/* Workaround for clearing out DIVs that don't behave */

.cleardiv {
	clear:both;
}

/* Main stuff */

#site_wrap {
	width:1000px;
	height:auto;
	margin:0 auto;
}

#home_page {
	width:1000px;
	height:1000px;
	background:url(../images/background_home.jpg) no-repeat;
}

/* Portfolio Page stuff */

#port_top_wrap {
	width:100%;
	height:500px;
	background:#FFFFFF;
}

#port_top_contain {
	width:1000px;
	height:500px;
	position:relative;
	margin:0 auto;
}

#port_bottom_wrap {
	width:100%;
	height:100%;
	background:#e8e8e8;
	position:relative;
}

#port_bottom_contain {
	width:1000px;
	height:100px;
	margin:0 auto;
	top:0px;
}

/* Title & nav - Home */

#site_title {
	width:250px;
	height:auto;
	float:left;
	padding-top:350px;
	padding-left:55px;
	font-family:"Lucida Bright";
	color:#FFFFFF;
	font-size:16px;
}

/* Title & nav - subpages */

#navigation_choices {
	width:225px;
	height:auto;
	float:left;
	padding-top:73px;
	padding-left:55px;
	color:#FFFFFF;
	font-size:19px;
}

#subpage_site_title {
	width:250px;
	height:auto;
	float:left;
	padding-top:350px;
	padding-left:25px;
	font-family:"Lucida Bright";
	color:#000000;
	font-size:16px;
}

#subpage_navigation_choices {
	width:250px;
	height:auto;
	float:left;
	padding-left:25px;
	color:#000000;
	font-size:19px;
}

/* Gallery  styling */



/* Fonts */

.lucida_bright_title {
	font-size: 23px;
	color:#FFFFFF;
}

.lucida_bright_title_subpage {
	font-size: 23px;
	color:#9c9c9c;
}

.second_line_sub_title {
	color:#d2d2d2;
}

.white {
	color:#FFFFFF;
	text-decoration:none;
}

.black {
	color:#000000;
	text-decoration:none;
}

.navitem {
	width:auto;
	height:auto;
}

.indent {
	margin-left:50px;
}

.subnav {
	font-size: 13px
}

.dec_font {
	font-family:"Lucida Bright";
}



























