body{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #444;
	color: #FFF;
}

a{
	color: #ff8206;
	text-decoration: none;
}

a:hover{
	color: #FFFF00;
	text-decoration: underline;
}

textarea{
	width: 80%;
}

h1,h2,h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#web{
	margin: 0 auto;
	width: 770px;
}

#title{
	height: 80px;
	background: #444 url(../images/linebg.jpg) bottom repeat-x;
}

#logo, #logo_two{
	float: left;
	width: 160px;
}

#logo_two{
	width: 336px;
}

#logo h1, #logo_two h1{
	display: none;
}

#web_center{
	clear: both;
	padding: 20px 0;
}

#web_center p{
	padding: 0 25px;
}


/* CONTENT CENTER */

#content{
	float: left;
	width: 538px;
	padding-left: 20px;
	font-size: 11px;
}

#content h2{
	font-size: 16px;
}

/* SMALL SQUARE */
.square{
	width: 365px;
	margin-top: 5px;
	margin-bottom: -20px;
	margin-left: 15px;
	color:#000;
	float: left;
}

.square_content{
	background: #444 url(../images/cuadro_small_bg.jpg) repeat-y;
	height: 150px;
	padding: 5px 0;
	overflow: hidden;
}

.square_inner{
	height: 175px;
	margin: 0 10px;
	overflow: auto;
}

.square_scrollbar{

}

.square_top{
	height: 23px;
	background: #444 url(../images/cuadro_small_top.jpg) no-repeat;
}

.square_bottom{
	height: 26px;
	background: #444 url(../images/cuadro_small_bottom.jpg) no-repeat;
}

.square_logo{
	position: relative;
	height: 37px;
	width: 30px;
	top: -60px;
	left: 270px;
	text-align: right;
}

.square_content img{
	padding-left: 5px;
}

.square_content p{
	padding: 0 10px !important;
}

.square_content a:hover{
	color: #ff8206;
}

/* ARTICLE */
#article{
	width: 750px;
	margin: 20px auto;
	color:#111;
	font-size: 11px;
	background: #444 url(../images/articlebg.jpg) repeat-y;
}

#articletop{
	height: 22px;
	background: #444 url(../images/articletop.jpg) no-repeat;
}

#articlecontent{
	padding: 2px 15px;
}

#articlebottom{
	height: 24px;
	background: #444 url(../images/articlebottom.jpg) no-repeat;
	clear: both;
}

#article h1{
	font-size: 28px;
	font-weight: normal;
	color: #666;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: #b2b2b2 1px solid;
}

#article p{
	padding: 0;
}

#article_menu{
	width: 185px;
	float: left;
}

#article_menu h2{
	color: #666;
	background-color: #e5e5e5;
	font-size: 14px;
	font-weight: normal;
	padding: 1px 3px 1px 5px;
}

#article_menu p{
	padding-left: 3px;
}

#article_inner{
	font-size: 11px;
	margin-left: 192px;
	padding: 2px 10px 20px 10px;
}

#article_inner h1, #article_inner h2{
	font-weight: normal;
	color:#666666;
	border-bottom: #CCCCCC 1px solid;
}

.return{
	color:#333;
	font-size: 14px;
	font-weight: bold;
}


/* ARTICLES */
.articles{
	width: 350px;
	float: left;
	padding-left: 30px;
}

.articles h3{
	font-size: 12px;
}

.articles ul{
	padding: 0;
}

.articles li{
	padding: 5px 20px;
	background: #444 url(../images/comment.gif) 0 8px no-repeat;
	border-bottom: #CCCCCC 1px dotted;
	font-size: 12px;
	list-style: none;
}

.articles a{
	color:#FFFF99;
}

.articles a:hover{
	color: #FFFF00;
}

/* FOOTER */

#footer{
	clear: both;
	padding: 15px 0;
	text-align: center;
	background: #444 url(../images/linebg.jpg) repeat-x;
}

#flinks {
	font-size: 9px;
	color: #f0f0f0;
}

#copyright{
	color: #f0f0f0;
}

#webpath{
	color: #333;
	font-size: 10px;
	margin-bottom: 10px;
}
