@CHARSET "ISO-8859-1";
div #menu {
	position:			relative;
	width: 			100%;
	height:			30px;
	z-index:			999;
	text-align: center;
}

div #content {
	margin-top:	20px;	
}

#content_container {
	background:#ffc600 url('../../images/default/content_full-back.jpg') top left repeat;
	border:1px solid #072d14;
}

div #content_clear {
	position:relative; 
	float:left; 
	width:685px; 
	/*background:#ffc800;*/
}

div #content_left {
	position:relative; 
	float:left; 
	width:685px; 
	background:#ffc800;
}

div #content_left_clear {
	position:relative; 
	float:left; 
	width:683px; 

}

div #content_right {
	position:relative; 
	float:left; 
	width:248px;
	margin-left:27px; 
}

#content_right img {
	border: 1px solid #072C12;
}

div #content_full{
	position:relative; 
	width:960px;
	height:100% auto;
}

div #content_full_bg{
	position:relative; 
	width:960px;
	height:100% auto;
	background:#ffc800;
}

div #message {
	width:100%;
	height: auto;
	
	padding-top:10px;
	padding-bottom:10px;
	
	text-align:center;
	font-weight:bold;
	
	border: 4px solid #ffc800;
	background:white;
}

#paginate {
	width:auto;
	height:auto;
}

.number {
	display:block;
	float:left;
	
	font-size:11px;
	
	width:11px;
	height:15px;
	padding-left:3px;
	padding-top:1px;
	
	background-color:#ffd12b;
	border:1px solid #ffa200;
	
	margin-left:2px;
}

.activenumber {
	display:block;
	float:left;
	
	font-size: 11px;
	
	width:10px;
	height:15px;
	padding-left:3px;
	padding-top:1px;
	
	background-color:#072d12;
	border:1px solid #072d12;
	
	color: #ffcc00;
	
	margin-left:2px;
}

.navtext {
	display:block;
	float:left;
	width:auto;
	height:15px;
	color:white;
	margin-left:2px;
}

.activenavtext {
	display:block;
	float:left;
	width:auto;
	height:15px;
	color:white;
	margin-left:2px;
	margin-top:2px;
	font-size:11px;
}

.profile-avatar {
	width:150px;
	height:150px;	
}


img {
	border:				none;
}

p {
	margin: 10px 25px 15px 25px;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Tahoma, Arial, san-serif;
}

h1 {
	margin: 25px 25px 15px 25px;
	font-size: 24px;
	font-family: Tahoma, Verdana, Arial, san-serif;
	letter-spacing: 2px;
	}
	
h2 {
	margin: 10px 25px 15px 25px;
	font-size: 20px;
	font-family: Tahoma, Verdana, Arial, san-serif;
	letter-spacing: 2px;
	}

h3 {
	margin: 10px 25px 15px 25px;
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial, san-serif;
	letter-spacing: 2px;
	}

h4 {
	margin: 10px 25px 15px 25px;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, san-serif;
	letter-spacing: 2px;
	}			

form {
	display:			inline;	
}

.floatleft {
	float:left;	
}

.error_input {	
	border:		1px solid #e5a3a3;
	background: #ffcfcf;
	padding:		4px;
}

.guestbook_input {
	height:		25px;
	width:			600px;
}


.guestbook_textarea {
	height:		350px;
	width:			600px;
}

.footer_tr {
height:		21px;
}

/* Corners */
div .corner_blue_lt {
	position:				absolute; 
	display:block;
	
	width:					5px; 
	height:				5px;
	
	left:					0px;
	top:					0px; 
	
	background-image:		url('../../images/default/corners/blue_lt.png');
	background-repeat:		no-repeat;
}

div .corner_blue_rt {
	position:				absolute; 
	
	width:					5px; 
	height:					5px;
	
	right:					0px;
	top:					0px; 
	
	background-image:		url('../../images/default/corners/blue_rt.png');
	background-repeat:		no-repeat;
}

div .corner_blue_lb {
	position:				absolute; 
	
	width:					5px; 
	height:					5px;
	
	left:					0px;
	bottom:					0px; 
	
	background-image:		url('../../images/default/corners/blue_lb.png');
	background-position:	bottom;
	background-repeat:		no-repeat;
}

div .corner_blue_rb {
	position:				absolute; 
	
	width:					5px; 
	height:					5px;
	
	right:					0px;
	bottom:					0px; 
	
	background-image:		url('../../images/default/corners/blue_rb.png');
	background-position:	bottom;
	background-repeat:		no-repeat;
}

div .paginate_container {
	position:			relative;
	float:				left;
	
	height:				20px;
	width:				15px;
	
	background-color:	#4692bf;
	
	margin-left:		3px;
	margin-top:			5px;	
}

div .paginate_text {
	position:			absolute;
	width:				15px;
	text-align:			center;
	top:				2px
}

a:link {
	text-decoration: 	underline;
	color: 				#072d14;
	font-weight:		normal;
}

a:visited {
	text-decoration: 	underline;
	color: 				#072d14;
}

a:hover {
	text-decoration: 	none;
	color: 				#072d14;
}

a:active {
	text-decoration: 	underline;
	color: 				#072d14;
	font-weight:		normal;
}

#username a{
	color:				#eaeaea;
	text-decoration:	none;
	font-size:			11px;
	font-weight:		none;
}

#message a {
	color:black;
}

.content_right_news {
	height:				auto;
	text-align:			center;
}

.dynamic_container {
	width:248px;height:185px;background:url('../../images/default/animateditem_yellow.jpg');display:block;border:1px solid #072d14;
	}

.dynamic_container .top {
	margin:10px; height:78px; width:228px;
}

.dynamic_container .bottom {
	margin:10px; height:78px; width:228px; 
	/** border:1px solid #072d14; **/
	background:url('../../images/default/gbook-back-sponsoring.jpg');
}

.right_news_item {
	width:250px;
	height:73px;
	background: url('../../js/contentgallery/images/news-back-active.png') no-repeat;
	background-position: -13px;
}

.right_news_item img{ 
	border:0px;
	float:left; margin:4px; 
	/*background:#fff; */
}
.right_news_item span{ 
	display:block;
	font-size:11px; 
	font-family:Verdana;
	padding-top:3px;
	text-align:left;
}
.right_news_item span#title{ 
	margin-top:5px;
	font-weight:normal;
	text-align:left;
}
.right_news_item a{ 
	display:block; 
	height:73px; 
	background: url('images/news-back.png') no-repeat;
	text-decoration: none;
}

.content_input {
	height:		25px;
	width:		95%;
}


.content_textarea {
	height:		120px;
	width:		95%;
}



