/* STYLES */

h2 {
	font-weight:bold;
	font-size:14px;
	margin:28px 0px 25px 0px;
	color:#f6f6f6;
	text-align:left;
}

h3 {
	font-size:1.4em;
	font-weight:bold;
	margin:30px 0px 10px 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
body.blue h3 {
	color:#12065a;
}

body.green h3 {
	color:#bce27f;
}

body.red h3 {
color:#f46047;
}

body.purple h3 {
color:#bebacc;
}

.image h2 {
margin:28px 0px 6px 0px;
}

img a {
border:0;
}

/* TYPE */
a:link, a:visited {
text-decoration:none;
}

body.blue #content a {
color:#12065a;
}

body.green #content a {
color:#bce27f;
}

body.red #content a {
color:#f46047;
}

body.purple #content a {
color:#bebacc;
}

body #content a:hover {
text-decoration:underline;
}

#content p {
	font-size:11px;
	margin:14px 90px 6px 70px;
}

/* LISTS */
ul {
	top:15px;
	font-size:11px;
	margin: 0px 90px 0px 80px;
	line-height:1.5em;
	list-style-type:square;
}
ol {
	top:15px;
	font-size:11px;
	margin: 0px 90px 0px 80px;
	list-style-type: lower-alpha;
	line-height:1.5em;
}

li {
	margin-left:15px;
}

li.swirl {
	margin-left: 15px;
	list-style: url(../images/swirl.gif);
	padding-bottom: 4px;

}
li.nobullet {
	margin-left: 15px;
	list-style-type:none;
}

/* WORK */

.textOver {
position:absolute;
top:248px !important;
top:220px;
left:0px;
width:400px;
z-index:1;
}

/* IMAGES */
.image {
position:relative;
margin-bottom:12px;
border-bottom:1px solid #c8eef7;
overflow:hidden;
padding-bottom:2px;
}

.image img {
width:609px;
height:319px;
}

#last.image {
position:relative;
margin-bottom:0px;
border:0px;
overflow:hidden;
padding-bottom:2px;
}

.image a.about {
margin:0px 320px 0px 40px;
line-height:18px;
}

.image a.visit {
margin:0px 40px;
background:url(images/bullet_link.gif) no-repeat 0px 4px;
padding-left:12px;
}

.image a.numbers {
margin:0px 4px;
padding:0px 3px;
}

#content.image .textOver p {
padding:20px 40px;
margin:0px;
}

.flash {
	width: 600px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

/* MISCELLANEA */

.clr {
	height:1px;
	line-height:1px;
	clear: both;
}

.left {
	float:left;
	margin:-14px -40px 0 0;
	padding-bottom:10px;
}


.grey {
color:#999999;
}

span.red {
color:#FF0042;
}

.gianniPic {
float:right;
width:194px;
height:319px;
margin-right:70px;
display:inline;
}
.webBorder {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.webBorderBtm {
	border-bottom: 1px solid #cccccc;
}

/* form */
select,textarea,input{
	font:100% verdana,helvetica,sans-serif;
	background:#f2f2f2;
	margin-bottom:0.7em;
	margin-top:0.3em;
	width: 300px;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 20px;
	margin-left: 70px;
	width: 400px;
}
legend {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #bce27f;
	display: block;
	width: 400px;
	line-height: 1.5em;
}
