/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: #fff url(../images/bodyBG.jpg) repeat-x;
	font: 100.01% Arial, Helvetica, sans-serif;
	color: #3a3f55;
}

/************** Layout Elements *******************/

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 85%;
	background: url(../images/ContentBG.jpg) no-repeat 180px 0;
	min-height: 700px; /*ensure the bg image is not cut off at the bottom*/
	position: relative;
}


#leftCol {
	position: absolute;
	top: 51px;
	left: 0;
	width: 178px;
	padding-top: 100px;
	background: url(../images/amade_logo.jpg) no-repeat;
}


/************** Styling LeftCol *******************/

#leftCol ul {
	list-style-type: none;
	border: 3px solid #3c4661;
 }

#leftCol li {
	margin: 1px;
}

#leftCol li a {
	display: block;
	color: #663333;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 2px 5px;
}

#leftCol li a:hover {
	color: #cc9900;
	background: #663333;
}

#contentHolder {
	padding-top: 160px;
	width: 550px;
	margin-left: 200px;
}

#content {
	width: 530px;
	margin: 0 auto;
	padding-top: 25px;
}

#content ul {
	margin-left:1em;
	padding: 0;
}

#content li {
	color: #663333;
	line-height: 120%;
	list-style: url(../images/note_sm.gif) none;
	margin: 0px 0px 0px 2em;
	padding: 0em 0em .65em;
}
#content .left img {
	margin-bottom: 0px;
}
#content .right a {
	font-size: 10px;
	text-align: center;
}
#footer {
	clear: both;
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10px;
	border-top: thin solid #663333;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}



/************** Styling Content *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 25px 0 5px;
	font-size: 150%;
	color: #663333;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 10px 0;
}

a {
	color: #663333;
	text-decoration: underline;
}

a:hover {
	color: #cc9900;
	text-decoration: none;
	background: #663333;
 }
a:visited {
	color: #CC9900;
}


/************** Link Styles *******************/

a img {
	border: none;
}




/************** Generic Styling Classes *******************/

.right {
	float: right;
	margin: 5px 0 25px 10px;
	text-align: right;
	padding-bottom: 10px;
}
.center {
	text-align: center;
}
.left {
	float: left;
	margin: 5px 5px 2px 0;
	text-align: left;
}
.clear {
	clear: both;
}


.services {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.concert {
	background: #FFFFCC;
	width: 345px;
	float: right;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: thin inset #660066;
	text-align: left;
	margin-top: 5px;
	padding: 0px 4px 4px;
	margin-bottom: 5px;
}
