@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	background-image:url(images/huge_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000000;
}


.python #header {
	/*background-image:url(images/top_bg2.png);*/
	/*background-repeat:repeat-x;*/
	height:75px;
	text-align:right;
	font-weight:bold;
}

.python #container_one {
	width:900px;
	margin: 0 auto;
}

.python #container_two {
	width:900px;
	position:relative;
	margin: 0 auto;
	padding-top:85px;
	height:205px;
}
.python #title {
	position:absolute;
	left:685px;
	width:200px;
}

.python #body {
	position:absolute;
	top:105px;
}

.python #featured {
	position:absolute;
	top:105px;
	left: 685px;
	width:190px;
	height:193px;
	padding:5px;
	border:1px solid #757575;
}

.python #container_three {
	width:900px;
	position:relative;
	margin: 0 auto;
	padding-top:55px;
	height:275px;
	background-image:url(images/bottom_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.python #menu {
	position:absolute;
	left:15px;
	top:75px;
	width:160px;
}

#vertmenu {
	font-size: 100%;
	width: 160px;
	padding: 0px;
	margin: 0px;
}

#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}

#vertmenu ul li a {
	font-size: 100%;
	display: block;
	border-bottom: 1px solid #757575;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	color: #666666;
	width:160px;
	cursor: pointer;
}

#vertmenu ul li a:hover/*,  #vertmenu ul li a:focus */{
	color: #ffffff;
	cursor: pointer;
	/*text-align:right;*/
}

.content {
	position:absolute;
	left:190px;
	top:75px;
	width:475px;
}

.python #news {
	position:absolute;
	left: 685px;
	top:75px;
	width:190px;
	height:193px;
	padding:5px;
	border:1px solid #757575;
}

.float {
	float:left;
}

.color {
	color:#ecbb00;
	}
	
a:link {
	color: #ecbb00;
	text-decoration: none;
}
a:visited {
	color: #ecbb00;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ecbb00;
}
a:active {
	text-decoration: none;
}

.python #bottom {
	font-size:10px;
	color:#666666;
	text-align:center;
	padding-top:30px;
}

input.submit 
{ 
border:0;
display: block;
margin:0 0 0 0;	
height:42px; 
width:124px;
}

input
{ 
width:150px;
height:20px;
border:1px solid #E6AD00;
margin:0;
padding:0;
text-indent:4px;
color:#666;
font-size:11px;
line-height:20px;
}

input.submit:hover { background-position: 0 -21px; cursor:pointer; }

/*FOR JAVASCRIPT*/
.linkclass	{ cursor: pointer; } 
.content	{ display:none;	}
.img_body	{ display:none;	}
.img_ie6    { display:none; }