/*********************************
 * General Page Style
 */
*
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	height: 100%;
}


body
{
	background-color: #111;
	background-image: url('../images/bg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

body a
{
	color: #aaa;
}

body a:hover
{
	color: #888;
}

img
{
	border: 0 none;
}



/*********************************
 * General Template Page
 */
#global
{
	behavior: url(iepngfix.htc);
	margin: auto;
	width: 930px;
	height:auto !important;
	height: 100%;
	min-height:100%;
	background-image: url('../images/bg_border_content.png');
	background-position: center center;
	background-repeat: repeat-y;
}
#header
{
	margin: auto;
	width: 900px;
	height: 135px;
	background-image: url('../images/header.jpg');
}

#header_menu
{
	margin: auto;
	width: 900px;
	height: 30px;
	background-image: url('../images/header_menu.jpg');
	line-height: 30px;
	text-align: right;
}

#header_space
{
	margin: auto;
	width: 900px;
	height: 24px;
	background-image: url('../images/header_space.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

#content
{
	margin: auto;
	width: 900px;
	background-image: url('../images/bg_content.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}


#bar
{
	position: absolute;
	top: 154px;
	width: 100%;
	height: 34px;
	background-color: #101010;
}

#flashcontent {
		height: 100%;
	}

#content_pages
{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	width: 613px;
}

#content_page_alone
{
	float: left;
	padding-left: 100px;
	padding-right: 20px;
	padding-top: 25px;
	width: 613px;
}

#content_blocks
{
	float: left;
	width: 247px;
}

.block_title
{
	width: 247px;
	height: 53px;
}

.block_content
{
	width: 247px;
	background-image: url('../images/block_bg_content.png');
	background-position: center center;
	background-repeat: repeat-y;
}

.block_content_int
{
	width: 237px;
	margin-left: 10px;
}

.block_bottom
{
	width: 247px;
	height: 39px;
}


#copyright
{
	margin: 20px 0px 5px 0px;
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aaa;
}

