
*
{

	font-family: Courier New;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 00px 0px;

}

body
{
	
	background-image: url('../layout/background.png');
	background-repeat: repeat-x;
	background-color: #ebf9ff;
	margin: 20px 20px 20px 20px;
	
}

div
{

	border: 1px solid rgba(0, 0, 0, 0.0);
	
}

h1
{

	font-size: 20px;
	color: #26404d;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
	margin: 0px 0px 20px 0px;

}

h2
{

	font-size: 18px;
	color: #26404d;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
	font-style: italic;

}

h3
{

	font-size: 16px;
	color: #26404d;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);

}

p
{

	font-size: 16px;
	color: #26404d;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);


}

a
{

	color: #26404d;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
	text-decoration: none;
	font-weight: bold;
	font-style: italic;

}

a:hover
{

	text-decoration: underline;

}

img
{

	border-radius: 5px;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4), 0 2px 2px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.4);
	display:box;
	
}


.container-main
{

	margin: auto;
	width: 1024px;

}

.container-main-sub-logo
{

	background-image: url('../layout/stars.png');
	background-repeat: no-repeat;
	height: 180px;	

}

.container-main-sub-logo a
{

	color: #fff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	text-decoration: none;
	font-weight: normal;
	font-style: normal;

}

.container-main-sub-logo a:hover
{

	text-decoration: underline;

}

.container-main-sub-logo h1 a:hover
{

	text-decoration: none;

}

.container-main-sub-logo-left
{

	float: left;
	width: 250px;	

}

.container-main-sub-logo-right
{

	float: left;
	width: 750px;	

}

.container-main-sub-logo-right h1
{

	font-size: 48px;
	font-weight: lighter;
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	margin: 40px 0px 0px 0px;

}

.container-main-sub-logo-right p
{

	font-size: 18px;
	margin: 10px 0px 0px 0px;

}

.container-main-sub-middle-content-left
{

	float: left;
	width: 250px;	

}

.container-main-sub-middle-content-right
{

	float: left;
	width: 750px;	

}

.container-main-sub-bottom
{

	height: 100px;	

}

.container-main-sub-bottom-copyright
{

	margin: 60px 0px 0px 0px;
	height: 30px;	

}

.container-main-sub-bottom-copyright p
{

	font-size: 12px;
	text-align: center;
	margin: 10px 0px 0px 0px;

}

.container-main-sub-bottom-copyright a
{

	color: #26404d;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
	font-weight: normal;
	font-style: normal;

}