/**
* CSS
* 
* @author ADG
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: "Arimo", Helvetica, Arial, sans-serif;
	color: #ffffff;
//	word-spacing: -1px;
	background-color: #101010;
	direction: ltr;
	letter-spacing:.2px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #bebebe;
	display: inline;
	width: auto;
}
a:active {
	text-decoration: none;
	color: #bfbfbf;
}
a:visited {
	text-decoration: none;
	color: #606060;
	display: inline;
}
a:hover {

	display: inline;
	color: #bebebe;
	text-decoration: underline;
}

a img { border: none; }

#menu {
	width: 200px;
	overflow: auto;
	top: 3;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	font-size: 10.6px;
    line-height: 11.5px;
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}


#menu ul li.section-title {
	color: #fff;
	line-height: 15px;
	font-size:11.5px;
	letter-spacing:.5px;
	padding-bottom:2px;
}

#content {
	height: 100%;
	top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 225px;
	margin-top: 0px;
	line-height: 18px;
}

.container {
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	top: 0;
	left: 600px;
}

#content p {
	width: 740px;
	margin-bottom: 15px;
	line-height: 21px;
}

p {
    margin: 0 0 5px 0;
}

h1 {
	width:470px;
	font-family: "Arimo", Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#bebebe;
	line-height:20px;
	margin: 0px;
	padding: 0px 0px 20px;
}
h2 {
	width:470px;
	font-family: "Arimo", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#bebebe;
	line-height:18px;
	margin: 0px;
	padding: 0px 0px 10px;
}
h3 {
	width:470px;
	font-family: "Arimo", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#bebebe;
	line-height:18px;
	margin: 0px;
	padding: 0px 0px 10px;
}
h4 { font-size: 12px; }

#img-container	{
	margin-top: -10px;
	height: 20px;
	background:url(http://www.anthonydelgigante.com/images/borderalt.png);
	background-repeat:no-repeat;
	height:100%;
	width:800px;
	position:absolute;
}
#img-container p	{
	width: 400px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 11px;
}

#once { clear: left; 
}

div#logo {
	background-image: url(http://anthonydelgigante.com/images/logo.png);
	background-repeat:no-repeat;
	width: 147px;
	height: 71px;
	display: block;
}


body { 
	background: url(http://anthonydelgigante.com/images/background.jpg);
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	background-color: #000000;
	position:absolute;
	background-attachment: fixed;
}

#img.background.png {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


