	/* CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0;
padding:0;
vertical-align:baseline;
}
:focus {
outline:0;
}
body {
background:#FFF;
color:#000;
font-size:62.5%;
line-height:1;
}
ol,ul {
list-style:none;
}
table {
border-collapse:separate;
border-spacing:0;
}
caption,th,td {
font-weight:400;
text-align:left;
}
blockquote:before,blockquote:after,q:before,q:after {
content:"";
}
blockquote,q {
quotes:"" "";
}
/* END RESET */
/*Start Main Content*/
body 
{
	background: #A1DAE1 url(../images/bg.gif) repeat-x;
	color:#000;
	font: 15px Helvetica, Arial, sans-serif; 
	font-weight: 400;
}

/*-----------------Begin Head Elements-----------------*/
/*Global Document Styles*/
#head
{
	margin:0 auto;
	padding:5px;
	width: 1100px;
}

a:link, a:visited, a:hover	
{	
	color:#000;
	text-decoration:none;
}

#container
{
	margin:0 auto;
}
/*End Global Document Styles*/

/*Start Links*/
/*--for positioning global nav--*/
#gnav
{
	padding: 0 480px;		
}

#gnav img
{
	border:0px;
	float: left;
}

#gnav li
{
	position: absolute;
	top: 190px;
	padding: 0;
	list-style-type:none;
}

#gnav #interiorLink
{
	z-index:5000;
}

#gnav #personalLink
{
	z-index:3000;
	padding: 0 0 0 230px;
}

#gnav #contactLink
{
	z-index:1000;
	padding:0 0 0 450px;
}

/*--for global nav rollovers*/
/*--for interior link--*/
a.rollover_interior 
{
	display: block;
	width: 236px;
	height: 56px;
	text-decoration: none;
	background: url("../images/interiorlink.gif");
}

a:active.rollover_interior
{
	background-position: -236px 0;
}

/*--for personal link--*/
a.rollover_personal 
{
	display: block;
	width: 236px;
	height: 56px;
	text-decoration: none;
	background: url("../images/personallink.gif");
}

a:active.rollover_personal
{
	background-position: -236px 0;
}

/*--for contact link--*/
a.rollover_contact 
{
	display: block;
	width: 236px;
	height: 56px;
	text-decoration: none;
	background: url("../images/contactlink.gif");
}

a:active.rollover_contact 
{
	background-position: -236px 0;
}

/*DISPLACE ALL LINKS*/
.displace 
{
	position: absolute;
	left: -5000px;
}
/*-----------------End Head Elements------------------*/

/*-----------------Begin Content---------------------*/
/*Content Info*/
#content
{
	background: #A1DAE1 url(../images/content.gif) repeat-x;
	font-size: 15px;
	height: 733px;
	padding: 75px 0 5px;
}

.buffer
{
	margin:10px auto;
	width:950px;
}

.image
{
	float: right;
	margin:5px;
}
/*End Content Info*/
/*--------------End Content-----------------*/

/*--------------Begin Footer-----------------*/
#footer, #footer a
{
	background-color:#A1DAE1;
	color: #696868;
	text-align: center;
	margin:0 auto;
	width: 900px;
}

	#tiny
	{
		font: 9px Helvetica, Arial, sans-serif; 
	}
	
/---------------*End Footer*-----------------/

/*End Main Content*/