* {
	margin: 0;
	padding: 0;
	background-color: transparent;
}


/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Sans Unicode',Arial,sans-serif;
	background: url(images/right-col.gif) right repeat-y;
	color: #666;
	}

#page {
	background: url(images/left-col.gif) left repeat-y !important;
	overflow: auto;	}
	
	
#header {
	background: url(http://gaellenquinn.com/imgs/frontBanner.jpg);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom: 1px solid #a8b772;
}

#headerimg a:link, #headerimg a:visited, #headerimg a:active, #headerimg a:hover, #headerimg h1 a:link, #headerimg h1 a:visited, #headerimg h1 a:active, #headerimg h1 {
	font: bold 10px Verdana,Tahoma,"Lucida Grande",sans-serif;
	color: #999;
	text-decoration:none;
	background: transparent;
}
#headerimg a:hover {
	font: bold 10px Verdana,Tahoma,"Lucida Grande",sans-serif;
	color: #999;
	text-decoration:underline;
	background: transparent;
}
#content {
	font-size: 1.2em;
}

#footer {
	background: #fff;
	border-top: 1px solid #a8b772;
}
#footer a {
	font-size: 0.9em;
	text-decoration: none;
}
h1, h2, h3 {
	font-family:  Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif;
	font-weight: 500;
	}
#headerimg h1 {
	font-size: 4em;
	text-align: left;
	}

h1 {
	font-size: 2.0em;
}

#sidebar h2, #sidebar2 h2  {
	color: #999 !important;
	font-family: Verdana,'Lucida Grande',sans-serif !important;
	font-size: 1.2em;
	font-weight: 600 !important;	}
#sidebar ul li strong, #sidebar2 ul li strong {
	font-size: 1.2em;
	color: #999 !important;
	font-family: Verdana,'Lucida Grande',sans-serif !important;
	
}
#sidebar ul li:first-line, #sidebar2 ul li:first-line {
	font-size: 1.2em;
	color: #999 !important;
	font-family: Verdana,'Lucida Grande',sans-serif !important;
	font-weight: 600;
	
}

#sidebar ul ul li, #sidebar ul ul li:first-line, #sidebar2 ul ul li:first-line {
	font-weight: normal;
	font-size: 1em;
}
	

.sides ul a:link, .sides ul a:visited {
	color: #666;
	text-decoration: none;
}

.sides ul a:active, .sides ul a:hover {
	color: #a8b772;
}



h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
	color: #a8b772;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #999;

	}

h2, h2 a, h2 a:visited  {
	color: #999;
}
h3, h3 a, h3 a:visited {
	color: #999;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a:link, h3 a:visited, #sidebar h2, #sidebar2 h2 {
	text-decoration: none;
	}
	
h3 a:hover, h3 a:active {
	color: #a8b772;
	text-decoration: underline;
}

#sidebar, #sidebar2 {
	font-size: 1em;
	}

h2 a:hover, h3 a:hover {
	color: #a8b772;
	text-decoration: none;
	}
a, a:link, a:visited {
	color: #666;
}

a:hover, a:active {
	color: #a8b772;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {min-width:640px}
#header,#menu,#content,#sidebar,#footer {
overflow:hidden;
display:inline-block

}
/* safari and opera need this */
#header,#footer  {width:100%}
#menu,#content,#sub-section {float:left}
#content {
width:78%;
display:inline;
padding:5px;
}
#header {
height:200px;
}
#menu {
width:18%;
margin-left:-77%;
display:inline;
}
#sidebar {width:20%; padding-left:8px; border-left:1px solid #a8b772; height:100%;}
#footer {clear:both}
#page {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	clear: both;
	overflow:hidden;
	}

#top {
	width: 100%;
	top: 0px;
	height: 75px;
	clear: both;
	}


#headerimg {
	padding-top: 75px;
	padding-left: 3px;

}


/* End Structure */

/*	Begin Headers */
h1 {

	}

h2 {
	}

h2.pagetitle {

}

#sidebar h2 {

	}

h3 {

	}

h3.comments {

	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0 4px 2px 4px;
	margin: 0 0 0 7px;
	display: inline;
	}

img.alignleft {
	padding: 0 4px 0px 4px;
	margin: 0 7px 0 0;
	display: inline;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* End Images */


/* Begin Various Tags & Classes */
.center {
	text-align: center;
	}

hr {
	border-bottom: 1px solid #a8b772;
	}

a img {
	border: none;
	}

.navigation {
	width: auto;
	margin-right: 20px;
	margin-bottom: 10px;
	display: block;
	clear: both;
	padding-bottom: 20px;
	background: transparent;
}

.navigation .alignright {
	width: 40%;
	float: right;
	background: transparent url(images/rarrow.gif) no-repeat top right;
	padding-right: 20px;
	text-align: right;
	}

.navigation .alignleft {
	float: left;
	width: 40%;
	background: transparent url(images/larrow.gif) no-repeat top left;
	padding-left: 20px;
	text-align: left;
	}
/* End Various Tags & Classes*/

/* menu structure */

#absnav {
	top: 53px;
	left: 0;
	width: 100%;
	text-align: left;
	height: 30px;
	position: absolute;
	z-index: 1000;
}

#navigation {
	width: 750px;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
}

/* menu structure */

#nav {
margin-left: 20px;
padding-left: 5px;

}

#nav, #nav ul{
padding:0;
list-style-type:none;
list-style-position:outside;
line-height:1.5em;
font-size: 15px;
text-align: left;

}

#nav ul ul{
padding:0;
list-style-type:none;
list-style-position:outside;
line-height:1.5em;
font-size: 15px;
text-align: left;
width: auto;

}
#nav li {
	    border-left: 1px solid #a8b772;	border-right: 1px solid #a8b772;margin-right: 5px;}
#nav li li {
	border: none;
	border-bottom: 1px solid #a8b772;
}

#nav li a{
display:block;
padding:0px 5px;
border:none;
color:#000;
text-decoration:none;
background:transparent;
}

#nav li ul li {
	display:block;
padding:0px 5px;

color:#000;
text-decoration:none;
background: #fff;
border-bottom: 1px dotted #a8b772;
}

#nav li ul li a {
	text-decoration: none;
}

#nav li li li {
display:block;
padding:0px 5px;
color:#000;
text-decoration:none;
background-color:#fff;
}

#nav a:hover{
background-color:#fff;
color:#000;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:8em;
top:1.5em;
}

#nav li ul a{
width:8em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:8em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
#nav {

}
/* end top level menu */

/* miscellaneous elements */

h1, h2, h3, h4, h5, h6 {
	font-family:  Verdana,'Lucida Grande','Trebuchet MS',Arial,Sans-Serif;
}

h1, h2 {
	margin-bottom: 10px;
	font-weight: 500;
}

h3, h4, h5, h6 {
	font-weight: 600;
}

