
/* main attributes */

body,

html {
	margin:0;
	padding:0;
}
			
body {
	min-width:820px;
	background-color:#c6c5c5;
	background-image:url(../img/bodybak2.jpg);
	background-repeat:repeat-x;
}

/* font attributes */
			
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	display:inline;
}

.pbold {
	font-family:Arial, Helvetica, sans-serif;
	size:12px;
	font-weight:bold;
}

/* lightbox effects */

.darken
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

.whiten 
{
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 60%;
	padding: 16px;
	border: 10px solid;
	border-color:#999999;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

/* link attributes */
			
a:link {color:#0000FF; text-decoration: none; font-weight:bold;}
a:visited {color:#0000FF; text-decoration: none; font-weight:bold;}
a:hover {color:#0000FF; text-decoration: underline; font-weight:bold;}
a:active {color:#0000FF; text-decoration: none; font-weight:bold;}


#wrap {
	background:#FFFFFF;
	margin:auto auto;
	width:820px;
	}
	
#header {
	width:820px;
	height:122px;	
	}

#menu {
	width:820px;
	height:27px;	
	}

#contMain {
	width:820px;
	height:auto;
	background-image:url(../img/bakContent.jpg);
	background-repeat:repeat-y;
	float:left;	
	}
	
	#contMainText {
		width:600px;
		height:auto;
		position:relative;
		left:100px;
		clear:both;
		}
	
	#contMainLeft {
		width:300px;
		height:auto;
		padding-top:30px;
		float:left;
		}
	
	#contMainRight {
		width:300px;
		height:auto;
		padding-top:30px;
		float:right;
		}
		
	#contFull {
		width:780px;
		height:auto;
		margin:20px;
	}
	
	#contLeft {
		width:390px;
		height:auto;
		text-align:right;
		float:left;
		clear:left;
	}
	
	#contRight {
		width:380px;
		margin-left:10px;
		margin-top:25px;
		float:right;
	}
#leftTcont {
	width:420px;
	height:auto;
	position:relative;
	left:43px;
	top:15px;
	}
	
#base {
	width:820px;
	height:60px;
	background-image:url(../img/baseContent.jpg);	
	}	
