body,h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}

body {
	font-family: "Trebuchet MS", Arial, tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #363636;
	background-color: #F5F5F5;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
}

#containerFull {
	width: 800px;
	margin: 0 auto;
	padding:0px;
	border-bottom: 1px solid #606060;
	border-top: 4px solid #990000;
}

#container {
	width: 760px;
	margin:0 auto;
}

#top {
	background-image:url(images/fresh.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:60px;
}

#head {

}

.rightHead {
	margin: 0px;
	padding: 20px 20px 0px 20px;
	float: right;
	width: 330px;
	clear:right;
}


.left {
	margin: 0px;
	padding: 20px 20px 0px 20px;
	float: left;
	width: 330px;
}

.right {
	margin: 0px;
	padding: 20px 20px 0px 20px;
	float: right;
	width: 330px;
	clear:right;
}

#excerpt {
	background-color: #FFFFCC;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #990000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
	margin: 0px;
	padding-right: 7px;
	padding-left: 7px;
}

#demoreel {
	background-image:url(images/hor-line.gif);
	background-repeat:repeat-x;
	height:300px;
}

#contact {
	background-image:url(images/hor-line.gif);
	background-repeat:repeat-x;
	height:200px;
}

#contact a {	
	color: #363636;
	background-color: #F5F5F5;
	border-bottom: 1px dashed #4db017;
	text-decoration:none;
	line-height: 1.2em;
}

#contact a:hover {	
	background-color: white;
}

.bottText {
	font-size: 10px;
	line-height: 1.6em;
	background-color: #F5F5F5;
	color: #363636;
}

.bottText a {	
	color: #363636;
	background-color: #F5F5F5;
	border-bottom: 1px dashed #4db017;
	text-decoration:none;
	line-height: 1.2em;
}

.bottText a:hover {	
	background-color: white;
}

/* links */
#nav ul {
	margin:0;
	padding:0;
}
	
#nav li {
	margin:0;
	padding:0;
}

#navcontainer ul li {
	background-color: #F5F5F5;
	color: #363636;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
	display: block;
	float: left;
}

#navcontainer a {
	color: #000;
	text-decoration: none;
	display: block;
}

#view {
	text-indent:-100em;
	text-decoration:none;
	display:block;
	width:152px;
	height:41px;
	background: white url(images/view-reel.gif) no-repeat;
}
#view:hover { 
	background-position: right; 
}

#download {
	text-indent:-100em;
	text-decoration:none;
	display:block;
	width:152px;
	height:41px;
	background: white url(images/download-reel.gif) no-repeat;
}
#container h2 {
	color: #990000;
	letter-spacing: 0.2em;
	margin-top: 15px;
	padding-top: 5px;
}
.tripblock {
	background-color: #CCCCCC;
	border: thin solid #333333;
	padding:10px;
}

.articlecontent  {margin-bottom:1.5em;}