#container { 
	width:100%;
	margin: 0 auto;
	position:relative;
	text-align:center;
}

/******************HEADER BEGIN******************/

#header {
	width:100%;
	position:relative;
}

#header_top {
	width:100%;
	height:10px;
	background-image:url("../image/header_top.png");
	background-position:0 0;
	background-repeat:repeat-x;
}

#header_container {
	width:1000px;
	height:190px;
	margin: 0 auto;
	background-image:url("../image/header_container_light.png");
	background-position:0 0;
	background-repeat:no-repeat;	
}

#header_nav {
	width:1000px;
	height:135px;
}

#header_menu {
	width:1000px;
	height:55px;
	background-image:url("../image/header_bottom.png");
	background-position:0 0;
	background-repeat:no-repeat;		
}

#head_content {
	width:330px;
	height:110px;
	float:left;
	margin:15px 0 0 5px;
	text-align:left;
}

/*↓ design - ver2 ↓*/
.design_ver2 .head_content_text {
    padding:0;
    margin:0;
}
/*↑ design - ver2 ↑*/

.head_content_text h2 {
	padding:0;
	margin:0;
}

#head_content a {
	font-size:26px;
	font-weight:normal;
	text-decoration:none;
	text-shadow: #000000 1px 1px 0px;
	color:#FFFFFF;
}

#head_content a .text_color1 {
	color:#fad526;
	font-size:32px;
	font-family:"Comic Sans MS", cursive;
	text-shadow:none;
	font-style:italic;
}

#header_nav_right {
	width:605px;
	height:130px;
	margin:5px 5px 0 0;
	float:right;	
}

#header_nav_top {
	width:605px;
	height:40px;	
}

#header_nav_bottom {
	width:605px;
	height:80px;
}

/****************** HEADER END ******************/


/****************** CONTNET BEGIN ******************/

#content { 
	width:100%;
	position:relative;	
}

#content_top { 
	font-size:0;
	height:10px;
	width:100%;
}

#content_container_outer { 
	width:1000px;
	margin: 0 auto;
	position:relative;
    background-image: url("../image/html_pattern.gif");
}

#content_container { 
	width:1000px;
	background-image:url("../image/content_container.png");
	background-position:0 0;
	background-repeat:repeat-y;
}

#content_container_inner { 
	width:1000px;
	background-image:url("../image/content_bottom.gif");
	background-position:right bottom;
	background-repeat:no-repeat;
}

#content_bottom { 
	font-size:0;
	height:15px;
	width:100%;
}

/****************** RIGHT BEGIN******************/

#left {
	float:left;
	width:254px;	
}

#box_left {
	width:254px;
	position:relative;
	z-index:10;
}

.box_left_top {
	font-size:0;
	width:254px;
	height:12px;
	background-image:url("../image/box_top.png");
	background-position:0 0;
	background-repeat:no-repeat;
}

.box_left_title { 
	width:254px;
	height:54px;
	background-image:url("../image/box_title.png");
	background-position:0 0;
	background-repeat:no-repeat;
	text-align:left;
}

/*↓ design - ver2 ↓*/
.design_ver2 .box_left_title {
    color:#FFFFFF;
    font-size:16px;
    padding:19px 0 0 30px;
    text-transform:uppercase;
    font-weight:normal;
    height:35px;
}
/*↑ design - ver2 ↑*/

.box_left_title h3 {
	color:#FFFFFF;
	font-size:16px;
    padding:19px 0 0 30px;
	text-transform:uppercase;
	font-weight:normal;
}

.box_left_container {
	width:254px;
	padding:12px 0;
	overflow:hidden;
	background-image:url("../image/box_container.png");
	background-position:0 0;
	background-repeat:repeat-y;	
}

.box_left_bottom {
	font-size:0;
	width:254px;
	height:12px;
	background-image:url("../image/box_bottom.png");
	background-position:0 0;
	background-repeat:no-repeat;	
}

/****************** RIGHT END******************/

/****************** CENTER BEGIN ******************/

#center {
	float:left;
	width:746px;	
}

#body { 
	width:746px;
	position:relative;
	z-index:1;
}

#body_title { 
	width:746px;
	background-image:url("../image/html_pattern.gif");
	background-position:0 0;
	background-repeat:repeat;
}

#title_content {
	width:746px;
	height:53px;
	margin:0;
	text-align:left;
	background-image:url("../image/body_title.png");
	background-position:0 0;
	background-repeat:no-repeat;

}

/*↓ design - ver2 ↓*/
.design_ver2 #title_content {
    color:#FAD526;
    font-size: 16px;
    height:34px;
    font-weight: normal;
    padding: 19px 0 0 30px;
    margin:0;
    text-transform: uppercase;
}
/*↑ design - ver2 ↑*/

/*↓ design - ver2 ↓*/
.design_ver2 #title_content h1 {
    color:#FAD526;
    font-size: 16px;
    font-weight: normal;
    margin:0;
    text-transform: uppercase;
}
/*↑ design - ver2 ↑*/

#title_content h2 {
	color:#FAD526;
    font-size: 16px;
    font-weight: normal;
    padding: 19px 0 0 30px;
	margin:0;
    text-transform: uppercase;
}

#body_container { 
	width:710px;
	padding-left:21px;
	padding-top:16px;
	padding-right:15px;
}

/****************** CENTER END ******************/

/****************** CONTENT END******************/

/****************** FOOTER BEGIN******************/

#footer { 
	width:100%;
	height:30px;
	position:relative;
	text-align:center;
}

#bottomlink_content {
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}


#bottomlink_content ul {
	margin:0;
	padding:0;
}

#bottomlink_content li {
	display:inline;
}

/****************** FOOTER END******************/

/****************** PROVIDER BEGIN******************/

#provider { 
	width:100%;
	position:relative;
}

#provider_top { 
	height:10px;
	font-size:1px;
}

#provider_bottom { 
	height:10px;
	font-size:1px;
}

#provider_contanier {
	width:1000px;
	height:40px;
	margin:0 auto;
}

#provider_content {
	width:1000px;	
}

#provider_content_left {
	width:539px;
	float:left;
	text-align:left;
	padding-top:4px;
	height:20px;
	padding-left:5px;
}

.provider_content_text {
	float:left;
	margin-right:5px;
	text-align:center;
	padding-right:3px;
	padding-left:3px;
	border: 1px dotted #FFFFFF;
	background-color:transparent;
}
.provider_content_text a {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:#FFFFFF;
}
.provider_content_text a:hover {
	text-decoration:none;	
}

#provider_content_right {
	width:400px;
	float:right;
	text-align:right;
}

/****************** PROVIDER END******************/
