
/* CSS stylesheet */

body {
	margin: 0 ;
	padding: 0 ;
	font-family: Helvetica, Arial, sans-serif ;
	font-size: 69% ;
	letter-spacing: 0.1em ;
	line-height: 135% ;
	color: rgb(128,128,128) ;
}


img {
	border-width: 0 ;
}

a {
	color: rgb(128,128,128) ;
	font-style: italic ;
	text-decoration: underline ;
}

a:hover, a:active {
	color: rgb(255, 48, 82) ;
}


/* */

#page {
	width: 762px ;
	text-align: left ;
}

#left {
	float: left ;
	width: 190px ;}

#right {
	float: left ;
	width: 473px ;
	margin-left: 72px ;
}

* html #right {
	margin-left: 7px ;
}


/* logo */

#logo-wrp {
	height: 155px ;
}

#logo {
	margin-top: 45px ;
	margin-left: 30px ;
}


/* author */

#c-author {
	width: 190px ;
	font-size: 73% ;
	font-weight: bold ;
	line-height: 135% ;
	text-align: center ;
}


/* quick links */

#q-links {
	position: relative ;
	width: 473px ;
	margin-left: 72px ;
	font-size: 8px ;
	font-weight: bold ;
	line-height: 135% ;
	letter-spacing: 0 ;
}

#q-links ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	list-style-image: none ;
}

#q-links li {
	margin: 0 ;
	padding: 0 ;
	position: absolute ;
}

#q-links li, #q-links a {
	height: 39px ;
	display: block ;
}

#q-links li a span {
	display: none ;
}

#qlink-info {
	left: 0 ;
	width: 16px ;
}

#qlink-phone {
	left: 16px ;
	width: 86px ;
}

#qlink-email {
	left: 102px ;
	width: 15px ;
}

#qlink-info a {
	background: transparent url(../imgs/qlinks-bkg.gif) scroll no-repeat 0 0 ;
}

#qlink-info a:hover {
	background: transparent url(../imgs/qlinks-bkg.gif) scroll no-repeat 0 -39px ;
}

#qlink-phone a {
	width: 86px ;
	background: transparent url(../imgs/qlinks-bkg.gif) scroll no-repeat -16px 0 ;
}

#qlink-phone a:hover {
	cursor: default ;
	background: transparent url(../imgs/qlinks-bkg.gif) scroll no-repeat -16px -39px ;
}

#qlink-email a {
	background: transparent url(../imgs/qlinks-bkg.gif) scroll no-repeat -102px 0 ;
}

#qlink-email a:hover {
	background: transparent url(../imgs/qlinks-bkg.gif) scroll no-repeat -102px -39px ;
}


/* */

.clearer {
	clear: both ;
}







