/*----- RESET ----*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100.1%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
ul{list-style-type: none;}
em{font-style: italic;}

/*----- END RESET ----*/

body {
	background:#fff url(images/wallpaper.png) repeat top left;
	z-index: 0;
	width:100%;
}

h1{
	margin-top: -68px;
}

div#container{
	width: 900px;
	margin: 49px auto;
	overflow: visible;
}

div#wrapper{
	width: 1050px;
	margin: 0;
	z-index: 0;
	position: relative;
	}
	
div#header{
	height: 704px;
	width: 100%;
}


div#info{
	background: url(images/body-background.png) no-repeat left top;
	height: 350px;
	width: 100%;
	z-index: -10;
}

a{
	text-decoration: none;
	color: #291a55;
	cursor: pointer;
}
a:hover{
	color: #5a0079;
}

div#links{
	z-index: 10;
	margin: 0px 0px 0px 50px;
	float:left;
	width: 335px;
}
div#links a{
	font: italic 2em baskerville;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 50px;

}

div#links a span{
	position: absolute;
	top: 6px;
	left: 65px;
	vertical-align: center;
}

div#links a#twitter{
	background: url(images/twitter.png) no-repeat top left;
	padding: 10px;	
}

div#links a#facebook{
	background: url(images/facebook.png) no-repeat top left;
	padding: 10px;	
}

div#links a#myspace{
	background: url(images/myspace.png) no-repeat top left;
	padding: 10px;	
}

div#links a#tumblr{
	background: url(images/tumblr.png) no-repeat top left;
	padding: 10px;	
}

div#links a#youtube{
	background: url(images/youtube.png) no-repeat top left;
	padding: 10px;	
}

div#links a#twitter:hover{
	background: url(images/twitter-hover.png) no-repeat;
	padding: 10px;
}

div#links a#facebook:hover{
	background: url(images/facebook-hover.png) no-repeat;
	padding: 10px;

}

div#links a#myspace:hover{
	background: url(images/myspace-hover.png) no-repeat;
	padding: 10px;

}

div#links a#tumblr:hover{
	background: url(images/tumblr-hover.png) no-repeat;
	padding: 10px;

}

div#links a#youtube:hover{
	background: url(images/youtube-hover.png) no-repeat;
	padding: 10px;

}

div#links ul{
	margin-top: 30px;
	margin-left: 65px;
	z-index: 10;

}

div#links ul li{
	height: 55px;
	position: relative;
}

div#contacts{
	float: left;
	margin-top: 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #291a55 ;
	color: #291a55;
	text-align: center;
	width: 400px;
	padding: 0px 0px 10px 0px;
	line-height: 1.2;
}

div#contacts h2{
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}
p{
	font-size: .9em;
}

div#contacts img#mgmt{
	margin: 5px;
}

div#ribbon a{
	background:url(images/ribbon.png) no-repeat top left;
	height: 202px;
	width: 252px;
	position:absolute;
	left:-1.1em;
	top: 10px;
	z-index: 11px;
}

text-rendering:optimizeLegibility;
