/* PAGE/GENERAL */

*
{
	margin: 0;
	padding: 0;
}

	html
	{
		height: 100%;
	}


a:hover
{
	text-decoration: none;
}

body
{
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	
	height: 100%;
		
	background-image: url('/themes/cdynamics/images/background.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #c0d175;
}

#page
{
	/*width: 760px;*/
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

* html #page
{
	height: 100%;
}

#nonFooter{
		position: relative;
		min-height: 100%;
}

* html #nonFooter
{
		height: 100%;
}


	* html #footer
	{
		margin-top: -30px;
	}


/* HEADER */

#header
{
	height: 50px;
	width: 780px;	
	
	padding: 20px;
	
	margin-left: auto;
	margin-right: auto;
}

#navigationWrapper {
	background-image: url('/themes/cdynamics/images/navigation_background.png');
	
	height: 50px;
	width: 100%;
	
	color: #FFFFFF;
}

#navigation {
	width: 720px;
	
	padding-top: 15px;	
	
	margin-left: auto;
	margin-right: auto;
	line-height: 10px;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
display: inline;
}

#navlist li	{
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	
	float: left;
}

.itemTop {
	font-weight: bold;
	font-size: 14px;
	text-transform:uppercase;
}

.itemBottom {
	font-size: 10px;
	text-transform:capitalize;
}





/* CONTENT */

#content
{
	width: 800px;
	
	height: 100%;
	
	margin-left: auto;
	margin-right: auto;

	margin-top: 40px;
	bottom: 40px;
	
	padding-bottom: 68px;
}

#content p {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 3px;

	background-image: url('/themes/cdynamics/images/navigation_background.png');
}

#content a {
	color: #000000;
	text-decoration: underline;
}

/* FOOTER */

#footer
{
		position: relative;
		margin: -47px auto 0 auto;


	width: 100%;
	padding-bottom: 8px;
	padding-top: 5px;
	font-size: 10px;
	color: #000000;
	text-align: center;
	background-image: url('/themes/cdynamics/images/navigation_background.png');

}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}