@charset "utf-8";
.container {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	margin-top: 0px;
}
body {
	background-color: #CCC6BA;
	font-family: "Trebuchet MS";
	font-size: 13px;
	margin: 0px;
}
.small {
	font-size: 10px;
	float: left;
}

p {
	font-size: 13px;
}
.startpic {
	padding-top: 10px;
	padding-left: 5px;
}

a {
	color: #CC0000;
	text-decoration: underline;
}
a:hover{
	color: #333333;
	text-decoration: underline;
}
.delete {
	color: #FF6600;
}
.leftBorder {

	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;

}


input {
	font-size: 11px;
}
select {
	font-size: 11px;
}

.leftbox {
	float: left;
	width: 200px;
	padding-right: 20px;

}
.mainbox {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-left: 20px;
	float: left;
	width: 470px;

}

.flash-header {
	clear: both;
	height: 250px;
	width: 780px;
}
.top-curvey-box {
	background-image: url(images/new-media-design-top.jpg);
	background-position: top;
	clear: both;
	height: 14px;
	width: 780px;
}
.bottom-curvey-box {
	background-image: url(images/cool-logo-design-bottom.jpg);
	background-position: top;
	clear: both;
	height: 16px;
	width: 780px;
}
.middle-box {
	background-image: url(images/creative-funky-web-middle.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	clear: both;
	float: left;
	width: 730px;
}

.footer {
	font-size: 10px;
	color: #666666;
	padding-right: 20px;
	text-align: right;
}
.footer a{
	color: #666666;
	text-decoration: none;

}
.footer a:hover{

	color: #FFFFFF;

}
.copyright {
	font-size: 10px;
	color: #666666;
	padding-left: 20px;
	float: left;
}
h2 {
	font-size: 16px;
	color: #333333;
}

h1 {
	background-image: url(images/red-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 25px;
	padding-bottom: 5px;
	padding-top: 8px;
	margin: 0px;
	color: #333333;
}