/* main template layout
*/

body{
    text-align:center; 
    background-color: #e2dfbe;
    color:#aa0106;
}
div.capsule{
	margin:0 auto;
	background: url('i/bg.jpg') left top no-repeat;
	width:1000px;
	min-height:716px;
	text-align:left;
	padding:0;
}



/* navigation 
*/
abbr, body a, body a:visited{
	text-decoration:none;
}
body a:hover{
	border-bottom:1px dotted #aa0106;
}
/*    content areas
*/




div.header{
	margin: 0.5em 0 5em 0.5em;
}
h1{ /*see basic.css for custom family definitions */
    font-size:3.5em;
    margin:0.5em 0 0.5em 0;
    line-height:1em;
}
div.header p{
	font-size:0.8em;
	float:right;
}
div.header img{ /* grey curve */
	float:left;
	width:265px;
	margin:0 0 0 3.5em;
}
body div.header p.intro {
	float:left;
	width:20em;
	font-size:2.8em;
	margin:3.4em 0 0 0.5em;
}
div#content{
	margin:0 0 5em 7.5em;
}
h2{
    	font-size:2.7em;
	margin:0 0 1em 0;
	font-weight:normal;
}
div#content p{
	font-size:1.75em;
	margin:0 12em 1.5em 0;
	line-height:1em;
}

div#content p.contact{
	font-size:2em;
	width:33em;
	line-height:1.5;
	margin:0;
	Xborder:1px dotted red;
}
div#content ul{
	list-style-type:none;
	margin:0;
	Xborder:1px dotted red;
}
div#content li{
	margin:0;
	font-size:1.75em;
	line-height:1.35em;
	color:#798486;
}
/* ftr
*/
p#ftr{
     font-size:0.8em;
     margin:0 0 5em 10em;
}






