/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background-color: #fff;
	color: #444;
}

body.section-1 {width: 600px; }
body.section-2 { }
body.section-3 { }

#built {
margin-top: 300px;
}

#corrine {
margin-top: -42px;
}

.argyle {
/* background-image: url('http://www.corrinely.com/30white.png'); */
background-color: #fff;
margin: 0px 0 50px 0px;
}

a:link { text-decoration: none; color: #000;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; background-color: #D0EFF7;}

.highlight {background-color: #D0EFF7;}

a img { border: none; background-color: #fff; text-decoration: none; }
a:hover img, a:active img { text-decoration: none; background-color: #fff; }

.line {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	width: 600px;
}


#menu {
    width: 235px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	text-align: right;
	padding:0 10px 0 10px;
	height: 100%;
	overflow: hidden;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li { 
margin-bottom: 5px;
}

#content {
    height: 100%;
    margin: 50px 0 0 275px;
    top: 0;

}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 450px; margin-bottom: 9px;}

#content a:link { text-decoration: none; background-color: #D0EFF7;}
#content a:active { text-decoration: none; background-color: #D0EFF7;}
#content a:visited { text-decoration: none; background-color: #D0EFF7;}
#content a:hover { text-decoration: none; background-color: #fff;}


p {
    margin: 0 0 9px 0;
}

#links ul {
	list-style: none;
	margin: 5px 0 10px 20px;
}

#links ul li { }


h1 { font-size: 32px; }
h2 { 
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #000;
	font-family: Helvertica, sans-serif;
 }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }