
/* main attributes */

body,

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

/* font attributes */
			
p {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	display:inline;
}

.parial {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	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;	
	}
	
#flashCont {
	width:820px;
	height:220px;	
	}

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

#left {
	width:500px;
	height:373px;
	background-image:url(../img/leftbak.jpg);
	background-repeat:repeat-y;
	float:left;	
	}
	
#leftTcont {
	width:420px;
	height:auto;
	position:relative;
	left:43px;
	top:15px;
	}
	
#right {
	width:320px;
	height:343px;
	padding-top:30px;
	background-image:url(../img/rescombak.jpg);
	float:right;	
	}
	
#rightTcont {
	width:210px;
	height:auto;
	position:relative;
	left:55px;
	}
	
#base {
	width:820px;
	height:60px;
	}	
