/****************************************/
/*	c2009 Alan Ayers		*/
/*	http://www.alanbrendan.com	*/
/****************************************/

/****************************************/
/*	MAIN PAGE STYLE			*/
/****************************************/

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style: none;
}

body {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	text-align: left;
	color: #666;
	background: url();
	background-repeat: no-repeat;
	background-color: #000;
}

/****************************************/
/*	TEXT STYLE			*/
/****************************************/

.nav a:link {text-decoration: none; color: #999; font-weight:normal; font-size: 10px;}
.nav a:visited {text-decoration: none; color: #999; font-weight:normal; font-size: 10px;}
.nav a:active {text-decoration: none; color: #999; font-weight:normal; font-size: 10px;}
.nav a:hover {text-decoration: underline; color: #999; font-weight:normal; font-size: 10px;}

.bodylink a:link {text-decoration: underline; color: #369; font-weight:normal; font-size: 11px;}
.bodylink a:visited {text-decoration: underline; color: #369; font-weight:normal; font-size: 11px;}
.bodylink a:active {text-decoration: underline; color: #369; font-weight:normal; font-size: 11px;}
.bodylink a:hover {text-decoration: underline; color: #09F; font-weight:normal; font-size: 11px;}

.whitelink a:link {text-decoration: none; color: #FFF; font-weight:normal; font-size: 10px;}
.whitelink a:visited {text-decoration: none; color: #FFF; font-weight:normal; font-size: 10px;}
.whitelink a:active {text-decoration: none; color: #FFF; font-weight:normal; font-size: 10px;}
.whitelink a:hover {text-decoration: underline; color: #FFF; font-weight:normal; font-size: 10px;}

/****************************************/
/*	IMAGE STYLE			*/
/****************************************/

img.floatleft { 
    float: left; 
    margin-right: 4px; 
}

img.floatright { 
    float: right; 
    margin-right: 4px; 
    margin-left: 4px;
}

/****************************************/
/*	STRUCTURE DIV STYLE		*/
/****************************************/

#indexdiv {
	position:absolute;
	width:100%;
	height:60px;
	top:50%;
	margin-top:-30px;
}

#mainnavdiv {
	position:absolute;
	width:100%;
	height:60px;
	top:60px;
}

#patislogo {
	width:200px;
	height:60px;
	background-color:#000;
	float:left;
	margin-top: 5px;
}

#navcont {
	height:60px;
	margin-left: 210px;
	background: url(../images/60black.png) repeat;
}

#nav {
	height:33px;
	width:76px;
	margin-left:20px;
	margin-top:5px;
	padding-top:11px;
}

#clear {
	clear:both;
}

#contdiv {
	width:500px;
	margin-top:135px;
	margin-left:210px;
	background-color:#FFF;
}

#contdiv2 {
	width:500px;
	margin-top:-10px;
	margin-left:210px;
	background-color:#FFF;
}

#contdiv_in{
	width460px;
	margin:20px;
}

#l_tab {
	width:100px;
	height:60px;
	float:left;
}

#r_tab {
	width:100px;
	height:60px;
	float:right;
}

#tabdiv {
	position:absolute;
	width:100%;
	height:60px;
	bottom:60px;
}









