/* CSS Document */

/* Site Design & Development: atblue+blikum

/* global
----------------------------------------------- */

body {
	font-size: 62.5%;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", arial, helvetica;
	color: #333;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	}
a {
	color: #333333;
	text-decoration: none;
	outline: none;
	}
a:hover {
	color: #333333;
	text-decoration: underline;
	}
a:visited {
	color: #333333;
	}
a img {
	border: 0;
	}

/* global helpers */
.top {
	margin-top: 0;
	}
.bottom {
	margin-bottom: 0;
	}
.vmid {
	vertical-align: middle;
	}

/* used for clearing floats */
.clearfloat { 
	clear: both;
	line-height: 0;
	height: 0;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: block;
	}


/* page layout
----------------------------------------------- */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 19px 28px;
	}
	
#pagetop {
	margin: 0 0 0 0px;
	width: 720px;
	height: 138px;
	}

#main {
	margin: 0 0 20px 3px;
	height: 420px;
	}
	
#mainhome {
	margin: 0 0 20px 3px;
	height: 420px;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	}

#leftcol {
	width:150px;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	padding: 40px 0 0 0;
}

#rightcol {
	width:540px;
	float: left;
	position: relative;
	margin: 0 0 0 0;
	height: 420px;
	padding: 0 0 0 20px;
	border-left: 2px dotted #EAE7E0;
}
	
#photo {
	width: 640px;
	height: 420px;
	background-color: #ccc;
}


#nav {
	height: 129px;
	margin: 0 0 0 174px;
}

/* typography
----------------------------------------------- */

p {
	margin: 0 0 10px 0;
	line-height: 1.4em;
	font-size:1.2em;
	}
	
ul {
	margin: 10px 0;
	line-height: 1.5em;
	font-size:1.2em;
}
li {
	margin: 0;
}


