/*––––––––––––––––––––––––––––––––––––––––––––––––
	Theme Name: CMAI
	Theme URI: http://www.cmai.co.za/
	Description: CMAI
	Author: Create Design
	Author URI: http://www.createdesign.co.za/
	CSS Author: Create Design
	CSS Author URI: http://www.createdesign.co.za/
	Date: May 2010
––––––––––––––––––––––––––––––––––––––––––––––––*/
/* Universal Styles
––––––––––––––––––––––––––––––––––––––––––––––––*/

body {
	background: #7d7773;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #666;
	margin: 0px;
	text-align: left;
}

texttitle {
	border: 0px 0px 0px 0px;
	text-align: left;
	height: 45px;
	margins: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	border: 0px;
}

bold {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	text-decoration: none; 
	font:bolder;
}

a {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	text-decoration: none; 
	font:bolder;
	color: #074193;
	border: 0px;
}

a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	text-decoration: none; 
	font:bolder;
	color: #f53d52;
	border: 0px;
}

/* Library Styles
––––––––––––––––––––––––––––––––––––––––––––––––*/
.clearLeft {
	clear: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Layout Styles
––––––––––––––––––––––––––––––––––––––––––––––––*/

#container {
  width: 994px; /*the width of the element*/
  height: 548px; /*the height of the element*/
  position: absolute; /*absolute position to center the element in relation to its parent element*/
  left: 50%; /*the left border of the element is positioned at half of the available width of the parent element*/
  margin-left: -497px; /*half of the element width is removed from the left margin to center it*/
  margin-top: 20px; /*half of the element height is removed from the top margin to center it*/
}

#wrap {
	width: 994px;
	height: 548px;
	margin: 0px auto;
	text-align: left;
	background-color: #7d7773;
	background-position: 0px 0px;
	position: relative;
}
	
	#content {
		padding: 0px 0px 0px 0px;
		text-align: top left;
		margin: 0px 0px 0px 0px;
	}
	
	#footer {
		border: 0px;
		margin: 0px 0px 0px 100px;
		width: 988px;
		height: 55px;
		padding: 0px;
		text-align: right;
	}
	