/* Reset CSS */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Reset CSS */

body
{
	font-size: 62.5%; 
	font-family: helvetica, arial, serif; 
	color: #a2c6ef;
	background-position: center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin: 0;
}

p
{
}

h1
{
}

h2
{
font-size: 7.2em;
font-weight: bold;
line-height: 110%;
margin-top: 1em;
}


h3
{
}

h4
{
}

a:link 
{
color: #a2c6ef;
font-weight: bold;
text-decoration: none;
}

a:visited 
{
color: #a2c6ef;
font-weight: bold;
text-decoration: none;
}

a:hover 
{
color: #B8D9FF;
font-weight: bold;
text-decoration: underline;
}

a:active 
{
font-weight: bold;
text-decoration: none;
}

#container
{
margin: 0 auto;
width: 80em;
}

#logo
{
}

.header
{
background-color: #a2c6ef;
height: 2em;
padding-left: .5em;
padding-top:.5em;
width: 80em;
}

/*
.big_idea
{
font-size: 7.2em;
font-weight: bold;
line-height: 110%;
margin-top: 1em;
}
*/

.contact_menu
{
font-size: 4.8em;
font-weight: bold;
margin-top: 1em;
}

.contacts
{
padding-top: .5em;
}

.contacts li
{
display: inline;
font-size: 1.8em;
font-weight: bold;
padding-right: 1.4em;
}

.copyright
{
color: #a2c6ef;
font-size: 1.2em;
margin-top: 3em;
}

/* End CSS Document */
