/* the Trade Secrets CSS Styles */

html,
body {
	margin: 0;
	padding: 0;
	background-image: url(assets/swf_background.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #9966CC;
	scrollbar-face-color: #A61A8C;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #9966CC;
	scrollbar-shadow-color: #9966CC;
	scrollbar-highlight-color: #9966CC;
	scrollbar-3dlight-color: #9966CC;
	scrollbar-darkshadow-Color: #9966CC;
	text-align: center;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	text-decoration: none;	
}



/* Div Layout */


#wrapper {
	width: 926px;
	margin: 0 auto;
	text-align: center;
}

#main {
	width: 926px;
	margin: 0 auto;
	background-image: url(assets/layout/div_bg_02.png);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}

#nav {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 900px;
	margin: 0 auto;
}

#content {
	width: 900px;
	margin: 0 auto;
}


/* content layout ----------------------- */

#page_title {
	width: 900px;
	margin: 0 auto;
	clear: both;
}
#page_column {
	width: 210px;
	margin: 17px 0 0 30px;
	float: left;
}
/* column nav */
#page_column a {
	width: 100%;
	display: block;
	color: #999999;
	padding: 4px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	text-indent: 10px;
}
#page_column a:hover {
	background-color: #CCCCCC;
	color: #FFFFFF;
	text-indent: 15px;
	text-decoration: none;
}

#page_content {
	width: 600px;
	margin: 0 30px 0 auto;
	text-align: left;
	float: right;
}

#page_portfolio {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#page_btm {
	width: 900px;
	margin: 0 auto;
	clear: both;
}


#footer {
	width: 926px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	clear: both;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}



/* Links */

a {
	color: #A61A8C;
	text-decoration: none;
}
a:hover {
	color: #660066;
	text-decoration: underline;
}
a img {
	border: none;
}



/* Copy Styles */


.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A61A8C;
	text-decoration: none;
	line-height: 32px;

}
.title_underline {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;	
}
.title2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 24px;
}

li {
	list-style-image: url(assets/secret_bullet.gif);
}


.footer {
	font-size: 11px;
	color: #CCCCCC;
}
.footer a {
	color: #CCCCCC;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
