/* Generic styling */

*	{
	 font-size: 1em;
	 line-height: 1.2em;
	 margin: 0px auto;
	 padding: 5px;
	 text-align: justify;
	 text-decoration: none;
	 color: #CCC;
}

body	{
	background-color: #000;
	color: #CCC;
	font-family: Arial, Georgia, Helvetica, Verdana, sans-serif;
	text-align: center;
}

a, a img{
	border: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 120%;
}

#container {
	background: #000 url('images/background.jpg') repeat;
	color:  inherit;
	font-size: 0.8em;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}

#content {
	background-color: #000;
	width: 950px;
	overflow: hidden;
	border: 1px solid #FFF;
	text-align: center;
}

#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0;
	padding: 0;
}

.logo {
	padding: 0;
	margin: 0;
}

#second_cat_image, #third_cat_image, #fourth_cat_image, #first_cat_image {
	float: left;
	width: 25%;
	padding: 50px 0 20px 0;
	margin: 0;
	text-align: center;
}

#second_cat_image img, #third_cat_image img, #fourth_cat_image img, #first_cat_image  img {
	background-color: #000;
}

#first_cat_image {
	/* Use a slightly lower width on the first image (IE fix) */
	width: 24%;
}

/* Sub-page specific part */

#nav {
	width: 950px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 0.9em;
	font-weight: bold;
}

#nav li {
	float: right;
	list-style: none;
}

#side_bar {
	float: left;
	width: 25%;
}

#subpage_content {
	float:left;
	/*text-align: center;*/
	width: 70%;
}

#ask *{
	text-align: center;
	width: 650px;
}

.side_image, .side_flash  {
	border: 1px solid #FFF;
	padding:0;
	margin: 5px;
}

.heading_text_image {
}

.important, .title, .title *, .small_heading, .small_heading  * {
	color: #CD893D;
	font-weight: bold;
}

.flash_object {
	margin: 0;
	padding: 0;
}

.logo_img {
	width: 100%;
	text-align: center;
}

.categories {
	clear:both;
	text-align: center;
	width: 100%;
}

.small_heading {
	text-align: center;
}