* {margin: 0; padding: 0;}

body {
	background-color: #34454c;
	color: #737474;
	font: normal 12px/14px arial,tahoma,verdana,sans-serif;
}

/* Typography */
h1, #link-name {
	color: #bbc5c9;
	font: normal 2.5em 'goudy old style',georgia,'times new roman',serif;
	letter-spacing: .1em;
	margin-bottom: 30px;
	text-transform: capitalize;
}

h2 {font-size: 1.4em;}

p, ul, h2 {margin-bottom: 1em;}
ul {margin-left: 30px;}
blockquote {
	margin: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #737474;
}

/* Layout */
#container {
	background: #fff url(../images/container-bg.gif) repeat-x left 141px;
	width: 800px;
	margin: auto;
}

/* Header */
#header {
	background: #000 url(../images/header-bg.jpg) no-repeat left top;
	height: 59px;
}
#header h1 {display: none;}
#header a {
	display: block;
	width: 100%;
	height: 100%;
}

/* Content */
#content {
	padding: 18px;
	background: transparent url(../images/content-bg.gif) no-repeat fixed 240px 59px;	
	height: 280px;
	overflow: auto;	
}

#link-name {
	float: right;
	text-align: left;
	width: 350px;
	margin-top: 45px;
}

/* Footer */
#footer {
	font-size: 10px;
	padding: 6px;
	background-color: #34454c;
	color: #bbc5c9;
}

/* sub menus */
.sub-menu {
	background: transparent url(../images/sub-menu-bg2.gif) no-repeat left 27px;
	height: 217px;
	
	margin: 6px 4px;
}

.sub-menu div, .sub-menu ul {margin: 8px;}
.sub-menu ul {margin-bottom: 12px;}
.sub-menu textarea {display: block; /*width: 99%;*/}

#cm {width: 254px;}

.sub-menu .header {
	background: #000 url(../images/sub-menu-h1-bg2.gif) no-repeat left top;
	height: 19px;
	padding-left: 10px;
	padding-top: 8px;
	margin: 0;
}

#contact form {float: left;}
#contact ul {margin-left: 300px;}
#contact textarea {height: 97px;}

/* Links */
.main-link {
	display: block;
	height: 131px;
	width: 131px;
	float: left;
	background: transparent url(../images/link-bg.png) no-repeat left top;
	text-align: center;	
	vertical-align: middle;
	outline: none;
}

a img {border: 0; margin-top: 27px;}

#testimonials img {margin-top: 30px;}

.back, #submit-button {
	display: block;
	border: none;
	width: 109px;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
	color: #000;
	letter-spacing: 1px;
}

.back {
	background: transparent url(../images/back-button-bg-alt.gif) no-repeat left top;	
	float: right;	
}
#submit-button {background: transparent url(../images/button-bg.gif) no-repeat left top; height: 27px;}