/*
|----------------------------------------------
|	HTML Elements
|----------------------------------------------
*/

body {
	margin:0px;	
}

a {
	padding:0px;
	margin:0px;
	text-decoration:none;
}

img {
	border:none;
	padding:0px;
	margin:0px;
}

p {
	display:block;
	margin:0px;
	padding:0px 0px 10px 0px;	
}

/*
|----------------------------------------------
|	Common
|----------------------------------------------
*/


#parent_div {
	width:970px;
	height:auto;	
	margin:auto;
	z-index:2;
	
	
		
}

#flash_header {
	width:900px;
	height:417px;	
}

#header_links_frame {
	position:relative;
	display:inline;
	float:left;
	margin:0px 0px 0px 35px;
	height:auto;	
	width:900px;
}

#header_link_buttons {	
	float:right;
	margin:20px 0px 0px 0px;
	height:auto;	
	width:auto;
	
}

#header_link_buttons div{
	margin-left:10px;
}



#swf_frame_shadow {	
	width:970px;
	height:437px;	
	background-position:top;
	background-repeat:no-repeat;	
	overflow:hidden;
	
}

#swf_frame {
	position:relative;
	display:inline;
	float:left;
	margin:20px 0px 0px 35px;
	height:auto;	
	width:900px;	
}


#banner_frame_shadow {
	width:970px;
	height:315px;	
	background-position:top;
	background-repeat:no-repeat;	
	overflow:hidden;
}

#banner_frame {
	position:relative;
	display:inline;
	float:left;
	margin:15px 0px 0px 35px;
	height:300px;	
	width:900px;	
}

#body_frame_shadow {
	height:auto;	
	width:970px;
	background-position:top;
	background-repeat:no-repeat;
}

#body_frame {
	position:relative;
	display:inline;
	float:left;
	margin:0px 0px 0px 35px;
	height:auto;	
	width:900px;	
	
}


#footer_frame_shadow {
	height:40px;	
	width:970px;
	background-position:top;
	background-repeat:no-repeat;
	
	/*background on buttons.css*/
}


/*Buttons property on buttons.css*/


#header_shadow {
	position:relative;
	display:block;	
	height:12px;
	overflow:hidden;
	width:auto;
		
}


#page_links {
	position:relative;
	display:inline;
	float:left;
	width:auto;
	height:25px;
	margin:18px 0px 0px 28px;
}

#page_links div{
	margin-right:10px;
	display:inline;
}

/*
|----------------------------------------------
|	Home
|----------------------------------------------
*/

#home_caption_frame {
	position:relative;
	display:inline;
	float:left;
	margin:22px 0px 0px 28px;
	width:328px;
	height:auto;
}

#home_news_frame {
	position:relative;
	display:inline;
	float:left;
	margin:22px 0px 0px 15px;
	width:227px;
	height:auto;
}

#home_thumbnails_frame {
	position:relative;
	display:inline;
	float:left;
	margin:22px 0px 0px 15px;
	width:250px;
	height:200px;	
}


/*
|----------------------------------------------
|	layout 1
|----------------------------------------------
*/

#layout1_left_frame {
	position:relative;
	display:inline;
	float:left;
	margin:22px 0px 0px 28px;
	width:580px;
	height:auto;
}



#layout1_thumbnails_frame {
	position:relative;
	display:inline;
	float:left;
	margin:22px 0px 0px 15px;
	width:250px;
	height:200px;	
}




/*
|----------------------------------------------
|	Classes
|----------------------------------------------
*/

.class_clear {
	clear:both;
}



