html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */

	font-family: Verdana;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	background-color:#000;
}

img {
	border:0;
	behavior: url(iepngfix.htc);
}

.gallery {
	float:left;
	margin:11px;
	margin-bottom:0px;
}

div#container {
	width:1000px;
	height:100%;
	margin:auto;

/* 	background:red; */
}

#top {
	height:80px;
	text-align:center;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	border-bottom:1px solid #000;
}

#header {
	background:url(../images/header_bg.jpg) center center no-repeat;
	width:600px;
	height:380px;
/* 	margin-top: 15px; */
/* 	background:red; */
}

#center_container {
	width:600px;
	min-height:300px;
/* 	height:100%; */
/* 	height:80px; */
	vertical-align:top;
	background-color:#808080;
	_position:relative;
/* 	background:red; */
/* 	border:1px solid red; */
}

#draugai {
	width:180px;
	height:341px;
	padding-top:100px;
	padding-left:20px;
	background-color:#000;
	vertical-align:top;
/* 	background:red; */
}

#menu_container {
	width:180px;
/* 	height:100%; */
	padding-top:100px;
	padding-left:20px;
	background-color:#000;
	vertical-align:top;
/* 	background:red; */
}

#menu_container a:link, #menu_container a:visited, #menu_container a:active {
	font-size:18px;
	color:#A0A0A0;
	font-style:italic;
	text-decoration:none;
	font-weight:normal;
}

#menu_container a:hover {
	text-decoration:underline;
}

#menu_container a.active:link, #menu_container a.active:visited, #menu_container a.active:active {
	font-size:18px;
	color:#fff;
	font-style:italic;
	text-decoration:none;
	font-weight:normal;
}

.main_menu
{
	padding-top:12px;
	font-family: Arial;
}

#menu_container a.active:hover {
	text-decoration:none;
}

#sub_menu {
/* 	width:170px; */
	height:25px;
	line-height:25px;
	margin-left:20px;
	background-color:#000;
	vertical-align:center;
/*  	background:red; */
}

#sub_menu a:link, #sub_menu a:visited, #sub_menu a:active {
	font-size:16px;
	color:#A0A0A0;
	font-style:italic;
	text-decoration:none;
	font-weight:normal;
}

#sub_menu a:hover {
	text-decoration:underline;
}

#sub_menu a.active:link, #sub_menu a.active:visited, #sub_menu a.active:active {
	font-size:16px;
	color:#fff;
	font-style:italic;
	text-decoration:none;
	font-weight:normal;
}

#sub_menu a.active:hover {
	text-decoration:none;
}

#content {
	width:600px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
	vertical-align:top;
	border-top:1px solid #000;
/* 	background:red; */
}

#footer {
	bottom:0px; /* stick to bottom */
	height:60px;
	border-top:3px solid #000;
	background-color:#808080;
	bottom:0px;
}

#footer div#copyright {
	float:left;
	width:410px;
	height:30px;
	padding:10px 20px 0px 20px;
	color:#000;
/* 	background:red; */
}

#footer div#createdby {
	float:left;
	height:30px;
	padding:15px 0px 0px 0px;
	color:#000;
/* 	background:yellow; */
}

div#createdby a:link, div#createdby a:visited, div#createdby a:active {
	font-size:11px;
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}

div#createdby a:hover {
	text-decoration:underline;
}

p {
	padding:5px 0 0 0;
	margin:0;
}

a:link, a:visited, a:active {
	font-size:11px;
	color:#8E8E8E;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

ul {
	padding-left:15px;
}

li {
	list-style-type:square;
}