h1, h2, h3, p {
        font-family:    helvetica;
}

h1 {
        font-size:      1em;
        font-weight:    normal;
        color:			#333333;
		line-height:	80%
}


h2 {
        font-size:      .80em;
        font-weight:	normal;
        color:			#888888;
}

h3 {
        font-size:      .80em;
        font-weight:	normal;
        color:			#888888;
	line-height:	80%;
}


p {
        font-size:      .80em;
        color:			#3333333;
        line-height:	150%;
		font-weight		normal;	
}

a {
        color:          #55AAFF;
		text-decoration:none;
}

.cap {
		font-size:		.80em;
		color:			#666;
}

#title{
	position:	absolute;
	top:		50px;
	left:		50px;
}

#subtitle{
	position:	absolute;
	top:		75px;
	left:		50px;
}

#author {
	position: 	absolute;
	top:		75px;
	left: 		250px;
	width:		400px;
}

#images {
 	position:	absolute;
	width:		1200px;
 	top: 		125px;
 	left:		-10px;
}

#desc {
	position:	absolute;
	top:		350px;
	left:		250px;
	width:		400px;
}

#video {
	position:	absolute;
	top: 		135px;
	left:		250px;	
}

#links {
	position: 	absolute;
	top:		354px;
	left:		50px;
	font-size: 	.80em;
}

#links p {
	line-height:	80%
}

img{
	border:none;
}