/* CSS Document */

/*
body {
	text-align: center;
	height: 100%;
	
} 

#wrapper { 
	
	width: 980px; 
	margin: 0 auto; 
	text-align: left;

} 

#logo {
	width: 197px;
	height: 49px;
	float: left;
	display: block;

}



#nav-container {
	height: 69px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#banner-container {
	height: 220px;
	border: none;
	color: #FF9900;
}
/* OOO
#selector-container {
	height:275px;
	top: 0px;
}
*/
#ticker-container {
	height: 35px;
	margin-top: 15px;
	margin-bottom:10px;
	
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;

	
}

/*
#jumpboxes-container {
	width: 980px;
	border-top: 1px dashed #FFFFFF;
	padding-top: 20px;
	
	border-bottom-style: dashed;
		
}
*/


#footer-container {
	clear: both;
	
	border-top: 1px dashed #FFF;
	padding-top: 10px;


}

/*
#step-01 {
	width: 690px;
	float: left;
	margin-right: 15px;
	
	height: 210px;
	border:1px solid #EEE;

}


#step-02 {
	float: left;
	
	width: 328px;
	height: 210px;
	border:1px solid #EEE;
}

#instructions {
	margin-top: 20px;
	height: 40px;
	width:100%;
	
}
*/
.jumpbox {
	float: left;
	width: 208px;
	height: 126px;
}

.about {
	margin-left: 0px;
	width: 300px;
	padding-right: 25px;
}
.feature1 {
	margin-left: 0px;
	width: 208px;
	background-image: url(../images/featurebox1.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 40px;
	padding-right: 5px;
}
.feature2 {
	margin-left: 0px;
	width: 208px;
	background-image: url(../images/featurebox2.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 5px;
}
.feature3 {
	width: 198px;
	background-image: url(../images/featurebox3.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 10px;
}


/* *********************************************** */
#head {
	border: solid 1px green;
	
	margin-top:16px;
	height: 100px;
}

#nav {
	height:40px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 16px;

	
	
	
}



#main {
	border: solid 1px blue;
	
	/* * */
	height: 500px;
}





#search {
	width:250px;
	height: 50px;
	float: right;
	
	margin-top:35px;
	margin-right: 55px;
		
	/* * */
	display: block;	
	
	
	
}

/* //////////////////// */
/* LOGIN */

#login {
	border: solid 2px lime;
	clear: both;
	padding-top: 32px;
	text-align: center;
}

#version {
	float: left;
	clear: both;
	
	margin-top: 128px;
	
}


/* /////////////////// */
/* FOOTER */


#footer {
	top-margin: 48px;
	clear: both;
	height: 40px;
	border: 10px solid #FFFFFF;
	
	background: red;
}

#logout {
	float: left;
	margin-left: 15px;
}

#abc {
	float: right;
	margin-right: 15px;
	
}


/* /////////////////// */
/* COMMENT BOX */

#comment_box {
	height: 96px;
	width: 285px;
	border: 1px solid #CCCCCC;
	overflow: auto;
	margin-bottom: 16px;
	
	clear: both;
}

#show_add_comment {
	margin-bottom: 16px;
}

#add_comment {

}

#show_add_comment a{
	background-image: url(../images/img/comment/comment_button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9999px;
	width: 124px;
	height: 21px;
}

#show_add_comment a:hover {
	background-image: url(../images/img/comment/comment_button.jpg);
	background-position: 0px -21px;
}

