

/* Body attributes starts */
body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #444444;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
/* Body attributes ends */


/* Header attributes starts */
#header {
	background-color: #FFFFFF;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px;
}
/* Header attributes ends */

#menu {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background-color: #3d4466;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	background-image: url(images/menuBG.gif);
	background-repeat: repeat;
	letter-spacing: 2px;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
    color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #DFDFDF;
	text-decoration: underline;
}
#menu a.active {
	color: #DFDFDF;
	text-decoration: underline;
}

#pitchcontainer{
	width: 1004px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	text-align: justify;
}

#pitchleft{
    background-color: #FFFFFF;
	width: 240px;
	height: 300px;
	float: left;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: 40px;
	border: thin solid #DFDFDF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#pitchmiddle{
	background-color: #FFFFFF;
	width: 260px;
	height: 300px;
	float: left;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: 40px;
	border: thin solid #DFDFDF;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#pitchright{
	background-color: #FFFFFF;
	width: 240px;
	height: 200px;
	float: right;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	border: thin solid #DFDFDF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#page{
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: justify;
	clear: right;
	margin-bottom: 40px;
}

#footer {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	letter-spacing: 2px;
}
#footer a:link {
	color: #444444;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #666666;
}
#footer a.active {
    color: #666666;
	text-decoration: underline;
}

/* ---------- TITLE ATTRIBUTES STARTS ---------- */

#title{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.purpletitle{
	color: #804d80;
}
.greentitle{
	color: #4d8055;
}
.redtitle{
	color: #80554d;
}
.bluetitle{
	color: #3d4466;
}
/* ---------- TITLE ATTRIBUTES ENDS ---------- */
