html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #333333;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}



a {
	color:#4172a4;
	text-decoration:none;
}

a img{
	border:0px;
}
a:hover {
	color:#4172a4;
	text-decoration:underline;
}

form {
	display:inline;
}

input {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
/* Header */


#header{
	background:url(images/header_back.png) repeat-x;
	height:100px;
}
#logo {
	float:left;
	width:215px;
	padding:25px;
	vertical-align:middle;
}

#nav_menu {
	width:400px;
	float:left;
}
#nav_menu a {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#696969;
	text-decoration:none;
}

#nav_menu a:hover {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

#button_set_s {
	float:left;
	background:url(images/button_back.png);
	width:100px;
	height:100px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}
#button_set_sb {
	float:left;
	background:url(images/button_back_blue.png);
	width:100px;
	height:100px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

#btn_in {
	padding-top:20px;
}
#button_set {
	float:left;
	width:100px;
	height:100px;
	text-align:center;
}
#search {
float:right;
padding:30px;
}

#search_button{
float:left;
border:1px solid #000000;
vertical-align:text-top;
}
#search_box {
	width:250px;
	padding-left:5px;
	padding-top:1px;
        padding-bottom:3px;
}

#search_box input {
	font-weight:bold;
	color:#000000;
	width:210px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
        height:22px;
}

#text_links {
	padding-top:10px;
	font-weight:bold;
}
#text_links a {
	color:#4172a4;
	text-decoration:none;
	font-weight:bold;
}

#content {	
	padding:10px;
}
#main {
float:left;
width:650px;
}
#post {
	padding-top:3px;
}
/* question*/
#question {
	width:600px;
	border:1px dotted #4172a4;
	padding:5px;
}

#question h1 {
	letter-spacing: -1px;
	font-size:24px;
}
#question h1 a {
	color:#4172a4;
	text-decoration:none;
}

#question h1 a:hover {
	color:#4172a4;
	text-decoration:underline;
}


/* answer*/
#answer {
	width:600px;
	border:1px dotted #CCCCCC;
	padding:5px;
}

#info {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#info b {
	color:#CCCCCC;
	font-weight:bold;
	font-size:10px;
}

#info u {
	color:#4172a4;
}

#action {
	padding-right:20px;
	font-weight:bold;
	font-size:10px;
	text-align:right;
}

.data {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	letter-spacing: -1px;
}

#description {
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*footer*/
#footer {
	/*
	position:absolute;
	border-top: 10px solid #DDDDDD;
	background: #EFEFEF;
	*/
	width:100%;
	padding:10px;	
	position:fixed;
	bottom:0; /* stick to bottom */
	border-top: 10px solid #DDDDDD;
	background: #EFEFEF;

}

/* side bar */
#side_bar {
	float:left;
	padding-left:10px;
	width:250px;
}
#side_bar h1 {
	font-size:14px;
	color:#CC3300;
	text-transform:lowercase;
}

#error_box {
    border:1px solid #CC3300;
    padding:10px;
    width:575px;
}
#error_box li {
    list-style-type:square;
    color:#CC3300;
}

#pagination {
	padding:10px;
	font-size:16px;
	font-weight:bold;
}

#pagination a {
	font-size:11px;
}

#tagsContainer span {
	font-size:12px;
	cursor:pointer;
	color:#4172a4;
	text-decoration:underline;
	font-weight:bold;
}

#category_div {
    text-align: center;
    padding : 25px;
    background:url(images/category_back.png);
    background-repeat: repeat-x;
    border-bottom: 2px solid #CCCCCC;
    display: none;
}
#category_div img {
	vertical-align:middle;
}
#category_div a{
	font-weight:bold;
	
}
.w250 {
	width:250px;
}
