﻿
body {
	margin:0px;
	padding:0px;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, Arial-narrow;
	font-size: 12px;
	color: black;
	background: #606060 ;
}
a:link, a:visited { color: #88BBFF; text-decoration: none} 
a:active, a:hover { color: #FFFF99; text-decoration: underline}

#asll_container {
	width: 960px;
	margin: 1px auto;
   padding:1px;
	background: black;
	border: 1px solid black;
}
#asll_header {
	clear: left;
	height: 140px;
	background: url(images/fond.gif) repeat-x bottom;
}
#asll_content {
	width: 100%;
}
.a3>input[type="text"]
{
	margin-right:1px;
	margin-left:1px;
}

#asll_total_column {
	float: left;
	width: 100%;
	min-height: 400px;
}

#asll_left_column {
	float: left;
	min-width: 600px;
   width: 750px;
	min-height: 500px;
}
#asll_right_column {
	background: #444444 url(images/asll_right_bg.gif) repeat-x bottom;
	float: left;
	width: 200px;
	min-height: 400px;
}
#asll_footer {
	kclear: left;
	background: #333333;
	padding: 5px;
	font-size: 11px;
	color: #CCCCCC;
}
#asll_footer a {
	color: #CCCCCC;
}
#asll_site_title {
	padding-top: 60px;
	padding-left: 250px;
	font-weight: bold;
	font-size: 26px;
	color:  white;
}
#asll_site_slogan {
	padding-top: 10px;
	padding-left: 250px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.asll_line {
	clear: left;
	height: 2px;
	background: white;
}
.asll_pic {
	kfloat: left;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
}
.section_box {
	margin: 10px;
	padding: 10px;
	border: 2px dashed blue ;
	background: #AFAFAF;
}
.section_box2 {
	clear: left;
	margin-top: 10px;
	border: 1px solid #666666;
	background: #444444;
	color: white;
}
.text_area {
	margin: 10px;
	
}
.text_area2 {
	margin: 10px;
	color: black;
}
.publish_date {
	clear: both;
	margin-top: 10px;
	color: #88DDFF;
	font-size: 11px;
	font-weight: bold;
}
.title {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: white;
}
.titlemenu {
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
}

.subtitle {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
.post_title {
	padding: 5px;
	padding-left: 10px;
	background: url(images/post_title_bg.gif);
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
/* 		Menu Credit: http://www.dynamicdrive.com/style/      */
.glossymenu{
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 175px;
	border: 1px solid #999999;
}
.glossymenu li a{
	background: white url(images/button_default.gif) repeat-x center;
	font: bold 12px "Trebuchet MS", Verdana, Helvetica;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 6px;
	padding-left: 12px;
	text-decoration: none;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 170px;
}
.glossymenu li a:visited, .glossymenu li a:active{
	color: #FFFFFF;
}
.glossymenu li a:hover{
	background-image: url(images/button_active.gif);
	color: #000000;
}
.UpperCase {
    text-transform: uppercase;
}.Capitalize {
    text-transform: capitalize;
}