@CHARSET "UTF-8";
body {
	background-image: url(../back.png);
	background-repeat: repeat-x;
	background-color: #000;
	color: #FFF;
	font-family: Verdana;
	font-size: 12px;
}
p 
{
	text-align: justify;
}
.weather_table {
	border: 1px solid #fff;
}
.weather_table td{
	padding: 2px;
}

.weather_table th {
	padding: 2px;
	background-color: #6C91AC;
}
.weather_title_td {
	background-color: #ccc;
	color: #000;
}

.weather_data_td {
	background-color: #000;
	color: #ccc;
}

.profile_contents
{
	border: 1px solid #fff; 
	padding: 10px;
	padding-top: 0px; 
	margin: 5px; 
	text-align: left;
}


.photo_set_title
{
    color:#FFFFFF;
    font-family: Verdana;
    font-size: 15px;
    text-decoration:none;
    font-weight: bold;
		
}
a:link,a:visited
{
    color:#FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    text-decoration:none;
    font-weight: bold;
    
}
a:active,a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
    
}


#page_title {

text-align: left;
color: #FFF;
font-family: Verdana;
font-weight: bold;
font-size: 25px;
}

#cool_link_box {
	border: 1px #FFF solid;
	text-align: left;
	padding: 3px;
	margin: 3px;
}

input,textarea {
	font-family: Verdana;
	font-size: 10px;
}

#album_title {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#000;
color:#fff;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
width:118px;
height: 20px;
padding:2px;
background-image: url('./../images/duble_r4_c2.png');

text-align:center;
font-weight:bold;
/* border:1px solid #000000;*/
}

.submenu{
margin-bottom: 0.5em;
padding-left: 6px;
text-align: left;
}

ul#news {
	margin: 0px;	
	border: 1px solid #ccc;
	padding: 10px;
	background:  #000;
	width: 550px;
	margin-bottom: 5px;
}

ul#news li {
	left: 10px;
}

.normal-page-container {
	margin: 10px;
}