@charset "utf-8";
/* Welcome Page */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #dae9f3;
	font-family: "Century Gothic", "Avant Garde", Trebuchet, Arial, sans-serif;
	color: #818282;
}

div#all {
	min-height: 100%;
	position: relative;
}

a:link, a:visited, a:active {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

div#head {
	padding-top: 35px;
}

div#wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

div#maincol {
	float: left;
	width: 714px;
	margin-left: 100px;
}

div#menu {
	float: left;
	width: 200px;
	padding-top: 50px;
	margin-left: 40px;
}

div.m_underline {
	background: #8aabc2;
	height: 2px;
	width: 146px;
	margin-top: -1px;
	margin-left: 2px;
	margin-bottom: 3px;
}

li#m_montage {
	background: url(/img/menu/m_montage_h.jpg) no-repeat;
}

li#m_collected {
	background: url(/img/menu/m_collected_h.jpg) no-repeat;
}

li#m_blog {
	background: url(/img/menu/m_blog_h.jpg) no-repeat;
}

li#m_about {
	background: url(/img/menu/m_4about_h.jpg) no-repeat;
}

li#m_links {
	background: url(/img/menu/m_5links_h.jpg) no-repeat;
}

div#links {
	margin-top: 20px;
	width: 147px;
}

div#links h2 {
	font-weight: bold;
	color: #8aabc2;
	cursor: pointer;
	margin-bottom: 5px;
}

div#links div#l_contact {font-size: 0.75em;}

div#links div {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
	font-size: .8em;
}

div#links div a:link, div#links div a:visited {
	color: #828181;
	text-decoration:none;
}

div#links div a:hover {
	color: #828181;
	text-decoration: underline;
}

div#pagetitle {
	float: right;
}

div.content {
	width: 718px;
	padding-top: 50px;
	padding-left: 9px;
}

div#c_splash {
	background: url(/img/splashbg.jpg) no-repeat 2px 43px;
}

p.pictitle {
	color: #56544e;
	font-size: 15px;
	margin-top: 3px;
	float: left;
}

p.director {
	color: #56544e;
	font-size: 15px;
	margin-top: 3px;
	float: right;
	margin-right: 110px;
}

ul#splashes li {
	margin-bottom: 1000px;
}

/* Footer */

div#ftspc {
	width: 100%;
	height: 70px;
	clear: both;
}

div#footer {
	position: absolute;
	bottom: 0;
	height: 35px;
	width: 100%;
	min-width: 1000px;
	background-color: #56544e;
	border-top: 5px #e68a17 solid;
	padding-top: 10px;
	color: white;
}

img#contact {
	float: left;
	margin-left: 40px;
}

a#fbicon {
	float: left;
	margin-left: 40px;
}

a#twicon {
	float: left;
	margin-left: 3px;
}

div#twitter_div {
	float: left;
	margin-left: 20px;
	font-size: 0.75em;
}

div#twitter_div a {
	margin-left: 5px;
}

div#twitter_div a:link, div#twitter_div a:visited {
	text-decoration: none;
	color: #999999;
}

div#twitter_div a:hover {
	text-decoration: underline;
}

div#emailphone {
	float: right;
	text-align: right;
	font-size: 0.8em;
	margin-right: 20px;
}

div#emailphone a:link, div#emailphone a:visited {
	color: white;
	text-decoration: none;
}

div#emailphone a:hover {
	text-decoration: underline;
}