div, img { margin: 0; padding: 0; border: 0; }

body {
	margin: 0;
	padding: 0;
	background: #0c445f url("images/body_bg.png") top left repeat-x;
}

#container {
	margin: 0 auto;
	width: 960px;
}

p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: white;
	padding-left: 25px;
	padding-right: 35px;
	line-height: 1.4em;
}

ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: white;
	padding-left: 50px;
	padding-right: 50px;
	list-style: square;
}

h1, h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: white;
	padding-left: 25px;
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: #3683a8 1px 1px;
}

h1 {
	font-size: 24pt;
	letter-spacing: 3px;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-family: Georgia, serif;
	font-size: 16pt;
	font-weight: bold;
	color: white;
	padding-left: 25px;
	padding-top: 20px;
	margin-bottom: -10px;
	text-shadow: #3683a8 1px 1px;
	letter-spacing: 0.5px;
}

.contents h3 a, .contents h3 a:hover {
	color: white;
}

#header {
	background: url("images/header_bg.jpg") top center no-repeat;
	height: 183px;
}

/* logo */
#header img {
	margin-top: 50px;
}

#main, #footer {
	margin-left: 30px;
	margin-right: 30px;
	background: #0c445f url("images/footer_bg.png") top right repeat-y;
}

.menu {
	margin-left: 40px;
}

/* CSS menu from ALA */
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li {
	float: left;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	border-right: #8bc0de solid 1px;
	letter-spacing: 1px;
}

.menu li, .menu a {
	line-height: 42px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-shadow: #3683a8 1px 1px;
}

.menu li:hover {
	background: #4793b8;
}

.menu li.current, .menu li.current a {
	/*color: #fdba7e;*/
/*	font-size: 16pt;*/
	background: #6fb9dd url("images/current_bg.png") bottom left repeat-x;
}

#main {
	clear: left;
	padding-bottom: 20px;
	margin-bottom: -20px;
	overflow: hidden;
}

.lcolumn {
	float: left;
	width: 586px;
	background: #195775;
}

.rcolumn {
	float: left;
	width: 314px;
	height: 100%;
}

#about, .contents {
	padding-top: 15px;
	background: #4793b8 url("images/about_bg.png") top right no-repeat;
	padding-bottom: 15px;
}

#about p {
	font-size: 14pt;
}

.contents p {
	font-size: 11pt;
}

.contents img {
	border: #e0e0e0 solid 8px;
}

.contents a {
	color: #b2dff7;
}

.contents a:hover {
	color: #f3a954;
}

#skills {
	margin-left: 25px;
	margin-right: 35px;
	padding-top: 5px;
	padding-bottom: 15px;
	background: #a3cde5 url("images/skills_bg.png") bottom right no-repeat;
	border-bottom: #2d5c73 solid 1px;
	border-right: #2d5c73 solid 1px;
}

#skills p, #skills ul{
	font-size: 12pt;
	color: #252525;
}

#contact {
	background: #2d7699 url("images/contact_bg.png") top right no-repeat;
	padding-top: 15px;
	padding-bottom: 30px;
}

#contact p {
/*	background: #e79230; */
	color: black;
	line-height: 1.2em;
	font-weight: bold;
	margin-left: 30px;
}

#contact a {
	color: #0c445f;
}

#contact a:hover {
	color: #3683a8;
}

#testimonials {
	padding-top: 15px;
	padding-bottom: 20px;
	background: #3683a8 url("images/testimonials_bg.png") top left repeat-x;
}

#testimonials h2 {
	padding-left: 15px;
}

#testimonials p {
	color: #e9e9e9;
	padding-left: 15px;
	padding-right: 25px;
}

#testimonials ul  {
	color: #e9e9e9;
}

#testimonials h2 {
	padding-left: 15px;
}

#testimonials p.last {
	margin-bottom: 35px;
}

#testimonials a {
	color: #b2dff7;
}

#testimonials a:hover {
	color: #f3a954;
}

#testimonials img {
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 3px;
	border-bottom: #255872 solid 1px;
	border-right: #255872 solid 1px;
	float: left;
}

#testimonials img.illo {
	margin-top: 0px;
	float: none;
}

#footer {
	clear: left;
}

#footer p {
	font-size: 8pt;
	color: #cccccc;
	text-align: right;
	margin-right: 324px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.name {
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 1.05em;
}
