* {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS";
	color: #666666;
	font-size: 14px;
}

body {
	background: url(background.gif) repeat;
}

b {
	font-weight: bold;
}

#header {
	height: 266px;
	background: transparent url(header.png) repeat-x;
	text-align: center;
}
#header img {
	margin-top: 25px;
}

#menu {
	background: url(links.png);
	height: 53px;
	width: 832px;
	margin: -30px auto 25px;
	margin-left: -42px;
	padding-left: 17px;
	padding-top: 20px;
}
#menu a {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	color:#030555;
}
#menu a.sel {
	color:#030555;
}
#menu li {
	display:block;
	float:left;
	text-align:center;
}

#container {
	width: 800px;
	margin: -13px auto 0;
	padding: 0px 16px;
	background: url(bg_horz.png) repeat-y;
}

#content {
	padding:25px;
	background: url(bg_vert.png) repeat-x;
	overflow: hidden;
}

#content p {
	text-align: justify;
	padding-bottom: 1em;
	overflow: hidden;
}
#content p.right {
	width: 600px;
	float: right;
}
#content p.left {
	width: 600px;
	float:left;
}

#content .why_left {
	float:left;
	margin-right:10px;
}
#content .why_right {
	float:right;
	margin-left:10px;
}

#content h1, #content h2, #content h3 {
	text-align: center;
	font-weight: bold;
}
#content h1 {
	font-size: 2.4em;
}
#content h2 {
	font-size: 1.8em;
	padding-bottom: .2em;
}
#content h3 {
	font-size: 1.2em;
	padding-bottom: .5em;
}

#content div.right {
	float: right;
	width: 300px;
	text-align: right;
}
#content div.left {
	float: left;
	width: 425px;
}

#content ul.expertise {
	padding-left: 2em;
	padding-bottom: 1em;
}

#content ul.contact {
	text-align: center;
}
#content p.contact {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}
#content ul.contact a{
	font-weight: bold;
	text-decoration: none;
}

#footer {
	text-align: center;
	background: url(bg_foot.png) no-repeat top;
	margin:0 auto;
	padding: 15px 16px 0;
	width: 800px;
}
/*
#footer  p {
	color: #000033;
}
#footer a {
	color: #000033;
	text-decoration: none;
}
#copy {
	color: #666666;
}
*/
