/* CSS Document - Grezzo Gallery Website */

@import url("navigation.css");
@import url("footer.css");

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	margin: 0 auto;
	}
#body_container	{
	width: 100%;
	height: 185px;
	padding: 0px;
	margin: 0px auto;
	}
#header	{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 145px;
	padding: 0;
	}
#header_profile	{
	position: absolute;
	float: right;
	top: 0;
	left: 700px;
	width: 500px;
	height: 25px;
	color: #ccccdd;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	line-height: 110%;
	padding: 5px 0 0 30px;
	background: url(../images/profile_bgd.jpg) no-repeat top left;
	}
#title	{
	float: left;
	top: 0;
	left: 100px;
	width: 1020px;
	height: auto;
	color: #990000;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	padding: 10px 0 0 0;
	}

/*--- Content Area ---*/
	
#content_container	{
	position: relative;
	float: left;
	top: 0; /*--DONT alter main content margin-*/
	left: 0; /*-DONT alter main content margin-*/
	width: 1200px; 
	height: auto;
	padding: 10px 0; 
	margin: 0px auto;
	min-width: 90%;
	}
	
/*--- Side Bar Info ---*/

#sidebar	{
	position: relative;
	float: left;
	top: 0;
	left:0;
	width: 200px;
	height: auto;
	padding: 0 10px 0 40px;
	margin: 0;
	}
#sidebar_content	{
	position: relative;
	float: left;
	top: 0;
	left:0;
	width: 200px;
	height: auto;
	color: #778899;
	font-weight: bold;
	line-height: 160%;
	padding: 0 5px 0 10px;
	border-left: 1px solid #CCC;
	}
#sidebar_content .highlight	{
	position: relative;
	float: left;
	top: 0;
	left:0;
	width: 200px;
	height: auto;
	color: #556677;
	font-size: 80%;
	font-weight: bold;
	line-height: 120%;
	}
#sidebar_content .highlight a	{
	color:#555599;
	text-decoration: none;
	}
	
/*--- Column One ---*/
	
#column_one	{
	position: relative;
	float: left;
	top: 0;
	left: 25px;/*-- This # to increase margin for content--*/
	width: 750px; /*-- Use % width for variable content --*/
	color: #555;
	font-size: 100%;
	line-height: 180%;
	padding: 0 20px;
	margin: 0 10px 20px 0;	
	}
#column_one	.highlight	{
	color: #555;
	font-size: 110%;
	font-weight: bold;
	}
#column_one	.hrline	{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 750px; /*-- Use % width for variable content --*/
	text-align: left;
	border-top: 3px dotted #556677;
	}
	
/*--- Section Content ---*/

#section_one	{
	position: relative;
	float: left;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0 20px 0 0;
	margin: 0;
	}
#section_one	.title	{
	width: auto;
	height: auto;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	color: #AA2222;
	padding: 0;
	}
#section_one	.subtitle	{
	width: auto;
	height: auto;
	font-style: italic ;
	font-weight: 90%;
	color: #778899;
	padding: 0 0 0 25px;
	}
#section_one	.subtext	{
	width: auto;
	height: auto;
	font-weight: normal;
	text-align: left;
	color: #556677;
	padding: 0 25px;
	}
#section_one .image	{
	float: left;
	width: 180px;
	height: 180px;
	text-align: center;
	border: 1px solid #556677;
	padding: 0;
	margin: 0 10px 5px 0;
	}

		