/*CSS (Cascading Style Sheet) Copyright (c) Erik Stackelberg @ Stackelberg.ca*/

/*--------------General-----------------------------------------------------------------------------------*/

BODY, html {
	height: 100%;/*important!*/
	margin: 0 0 0 0; /*important!*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#515151;
	line-height:16px;
}
/*--------------Links-----------------------------------------------------------------------------------*/

a {
	color: #ec008c;
	text-decoration: none;
	font-style: italic;
	border-bottom: 1px solid #e8e3ce;
	padding-bottom:1px;
}
a:hover {
	color:#777;
}
/*--------------Text-----------------------------------------------------------------------------------*/

/*Use padding instead of margins, to accommodate IE.*/
h1 {
	letter-spacing:-1px;
	font-size:30px;
	text-align:left;
	font-weight:normal;
	color:#dbd6c2;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	margin-top:70px;
	clear:both;
	line-height:35px;

}
h2 {
	clear:both;
	color:#ec008c;
	font-size:38px;
	line-height:44px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:-1px;
	font-style:italic;
}
/*-------------Main Containers-----------------------------------------------------------------------------------*/


#clear {
	clear:both;
}
#wrapper {
	position:relative;
	height:auto;
	width:930px;
	margin-left:auto;
	margin-right:auto;
	z-index:20;
	clear:both;
	overflow:hidden;
}
#header {
	background-image:url(../images/header.gif);
	width:100%;
	height:330px;
	background-position:top center;
	background-color:#e8e3ce;
	background-repeat:no-repeat;
}
.slash {
	color:#E8E3CE;
	float:left;
	font-size:70px;
	font-weight:bold;
	margin-left:30px;
	margin-top:40px;
	line-height:70px;
	
}
.column {
	width:440px;
	float:left;
	color:#b46e98;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height:24px;
}
.column_2 {
	width:440px;
	float:right;
	color:#b46e98;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height:24px;
	margin-top:299px;
	margin-bottom:50px;
}
p {
	float:left;
	margin-top:-10px;
	width:290px;
	font-size:16px;
	clear:both;
	margin-left:150px;
	display:inline;
}
#footer_slogan {
	height:274px;
	background-image:url(../images/footer_slogan_lowercase.gif);
	background-repeat:repeat-x;
	width:100%;
	float:left;
	clear:both;
	background-position:center;
}
#footer {
	background-image:url("../images/footer.gif");
	background-repeat:no-repeat;
	clear:both;
	color:#FCC3E4;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:92px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	text-align:right;
	width:930px;
}
#footer a:link, #footer a:visited {
	background-image:url("../images/stackdesign.gif");
	background-position:right center;
	background-repeat:no-repeat;
	border:medium none;
	color:#FCC3E4;
	line-height:82px;
	padding-bottom:20px;
	padding-right:40px;
	padding-top:20px;
	text-decoration:none;
	width:34px;
}
#footer a:hover {
	background-image:url(../images/stackdesign_hover.gif);
	color:#777;
}
.project_1 a {
	width:250px;
	height:100px;
	background-color:#d0a5bf;
	float:right;
	text-align:center;
	line-height:100px;
	color:#FFF;
	font-style:italic;
	margin-bottom:20px;
	border:none;
	text-decoration:none;
}
.project_2 a {
	width:250px;
	height:100px;
	background-color:#d0a5bf;
	float:right;
	text-align:center;
	line-height:100px;
	color:#FFF;
	font-style:italic;
	margin-bottom:20px;
	border:none;
	text-decoration:none;
}
.project_3 a {
	width:250px;
	height:100px;
	background-color:#d0a5bf;
	float:right;
	text-align:center;
	line-height:100px;
	color:#FFF;
	font-style:italic;
	margin-bottom:20px;
	border:none;
	text-decoration:none;
}
.project_1 a:hover, .project_2 a:hover, .project_3 a:hover {
	background-color:#ec008c;
	color:#FFFFFF;
}
/*-------------------Section Containers----------------------------------------------------------------------*/
