@import 'global.css';

/* Wide left column + narrow right column */
body {
	text-align:center;
	background-color: #192C3B;
}
	/* these are used as background image holders */
#header, #content, #footer {
	float: left;
	width: 100%;
}
	/* container to position all contents*/
#container {
	width: 970px !important;
	height:inherit;
	margin: 0 auto;
	text-align:left;
	padding: 0 1em;
}
ul {
	margin: 1em;
}

#header {
	background: #192C3B url(../img/grad_top.jpg) repeat-x bottom left;
	height: 126px !important;
	color:#fff;
}
#header img, #header h1, #header ul {
	float: left;
}
#header img{
	margin-top: 1em;
}
#header h1 {
	font-size: 1em;
	margin: 2em 0 0 1em;
}

#content {
	padding: 1em 0;
	background: #fff url(../img/grad_content.jpg) repeat-x top left;
}
#block1 {
	float: left;/**/
	width: 640px;
	/*border: 1px solid Red;*/
}
#block2 {
	float: right;/**/
	width: 300px;
	padding-left: 2em;
	background: transparent url(../img/bump_teal.gif) repeat-y top left;
	/*border: 1px solid Orange;*/
}