/*
Title: connect{TOGETHER|contact} AVERIE
Description: Contact Averie
Authors: Averie Liu
URI: http://paperskies.net
Date: April 16th, 2009
*/

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #ababab;
	line-height: 15px;
}

#container {
	width: 400px;
	margin: 0 0 auto auto;
	border: 0px;
}

#div1 {
	background: url(images/div1.gif) top right no-repeat;
	width: 400px;
	height: 286px;
	border: 0px;
}

#div2 {
	background: url(images/div2.gif) top right no-repeat;
	width: 400px;
	height: 74px;
	border: 0px;
	z-index: 1;
}

#menu {
 	list-style: none;
  	padding: 0;
  	margin: 0;
  	width: 400px;
  	height: 74px;
  	background: url(images/linkbg.gif) no-repeat;
  	position: absolute;
}

#menu span {
  	display: none;
  	position: absolute;
}

#menu a {
  	display: block;
  	text-indent: -900%;
  	position: absolute;
  	outline: none;
}

#menu a:hover {
  	background-position: left bottom;
}

#menu .email {
  	width: 70px;
  	height: 10px;
  	background: url(images/link1.gif) no-repeat;
  	left: 218px;
  	top: 0;
}

#menu .form {
  	width: 70px;
  	height: 10px;
  	background: url(images/link2.gif) no-repeat;
  	left: 218px;
  	top: 10px;
}

#menu .lj {
  	width: 70px;
  	height: 10px;
  	background: url(images/link3.gif) no-repeat;
  	left: 218px;
  	top: 20px;
}

#menu .da {
  	width: 70px;
  	height: 10px;
  	background: url(images/link4.gif) no-repeat;
  	left: 218px;
  	top: 30px;
}

#menu .gaia {
  	width: 70px;
  	height: 11px;
  	background: url(images/link5.gif) no-repeat;
  	left: 218px;
  	top: 40px;
}

#menu .tafl {
  	width: 70px;
  	height: 11px;
  	background: url(images/link6.gif) no-repeat;
  	left: 218px;
  	top: 51px;
}

#menu .home {
  	width: 70px;
  	height: 11px;
  	background: url(images/link7.gif) no-repeat;
  	left: 218px;
  	top: 62px;
}

#div3 {
	background: url(images/div3.gif) top right no-repeat;
	width: 400px;
	height: 40px;
	border: 0px;
}

#content {
	width: 122px;
	margin: -100px 10px 50px 267px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #ababab;
	line-height: 13px;
	text-align: justify;
	position: relative;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #ababab;
	line-height: 13px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}

#content h1 {
	color: #56da1a;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

#content b {
	color: #c84983;
	font-weight: normal;
}

#content a, #content a:link, #content a:active, #content a:visited {
	cursor: default;
	color: #cccccc;
	background: #f6f6f6;
	text-decoration: none;
	padding: 1px;
	margin: 1px;
}

#content a:hover {
	cursor: default;
	color: #a4a4a4;
	background: #f1f1f1;
}