/*-----   crizza2000.com stylesheet   		*/
/*-----   Written by Christopher James		*/
/*-----   Version 0.3						*/


* {margin: 0; padding: 0;} /* remove all in-build browser styles */

body {background-color: #252525;}

img {border: none;}

#container {
	position: relative;
	width: 760px;
	margin: 0 auto 0 auto;
	
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
}

#container2	{
	position: absolute;
	left: 0;
}

#access_column	{
	float: left;
	color: #ffffff;
	width: 120px;
	height: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	border-right: 1px solid #333333;
	z-index: 2;
	
}

#left_column	{
	float: left;
	width: 300px;
	height: auto;
	margin-top: 70px;
}

#center_column, #center_column_2	{
	float: left;
	width: auto;
	height: 490px;
	
}

#center_column {
	background-image: url(../images/detail_line.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#right_column	{
	float: right;
	width: 393px;
}

#main_text	{
	width: 270px;
	margin: 0 auto 0 auto;
	line-height: 1.7;
	float: left;
}

#heading	{
	float: right;
	text-align: right;
	background: url(../images/title.gif) no-repeat 0 0;
	height: 30px;
	width: 250px;
	margin: 0;
	padding: 0 0 10px 0;
	z-index: 0;
}

#strapline	{display: block; margin: 0 2px 0 0; padding: 33px 0 0 0;}

/* a links */

a	{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #bb2b4c;
}

a:visited {color: #CC6699;}
a:hover	{background-color: #bb2b4c; color: #fff;}


a img {border: none; display: block;}

table a {color: black;}

/* ----main content----*/

#main_content	{
	float: left;
	background-image: url(../images/fade.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 80px;
}

#bl,#br,#tl,#tr	{height: 100%}

#bl	{background: url(../images/bl.gif) 0 100% no-repeat;}
#br	{background: url(../images/br.gif) 100% 100% no-repeat;}
#tl	{background: url(../images/tl.gif) 0 0 no-repeat;}
#tr	{background: url(../images/tr.gif) 100% 0 no-repeat;}

.title_text, h1	{
	padding: 20px 0 20px 10px;
	color: #bb2b4c;
	font-family: "Century Gothic";
	font-size: 2em;
	font-weight: bold;
}

h2	{
	font-weight: bold;
	color: #bb2b4c;
	font-size: 1em;
}

h3 {
	font-weight: bold;
	color: #bb2b4c;
	font-size: 1.1em;
	border-bottom: 1px solid #bb2b4c;
	font-family: "Century Gothic";
}

th	{
	text-align: left;
}

#images 	{
	padding: 10px 10px 25px 15px;
	color: black;
}

#text	{
	padding: 10px 20px 25px 20px;
	color: black;
	line-height: 1.7;
}

#text a {color: #000;}
#text a:visited {color: #CC6699;}
#text a:hover {color: #fff;}

.access	{ /*style for accesskeys */
	text-decoration: underline;
}

.element1 {
	width: 300px;
}

.element1 img	{
	float: left;
	
}

.element_text	{

}

.element_title	{
	font-weight: bold;
}

/*	Links
=========================================
*/

#text p.links {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #CCCCCC;
}	

/* ----Menu ---*/

#menu	{
	width: 140px;
	text-align: right;
	padding: 5px;
	float: right;
	margin: 15px 0 0 0;
}

#menu li	{
	list-style: none;
	margin: 10px 0 10px 0;
}

* html #menu li	{margin: 0 0 0 0;} /*IE6 list margin hack*/

#menu a	{
	display: block;
	padding: 2px 2px 2px 0;
	text-decoration: none;
	color: white;
}

#menu a:hover	{
	background-color: #bb2b4c; 
}

a.current	{
	background-color: #bb2b4c; 
}

.table_top_row	{
	
	font-weight: bold;
}

/*-----end of menu----*/

/*footer*/

#footer	{	
	float: left;
	color: #f0c3cd;
	width: 300px;
	margin: 20px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	
}