body
{
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 130%;
	margin: 0;
	font-size: 11pt;
}

.content {
	width: 700px;
	border-width: 0;
	margin-left: auto;
	margin-right: auto;
}

/* Header */

.header {
	width: 100%;
	height: 100px;
	background-image: url(http://www.musiccreators.ca/images/header_bg.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.logo {
	float: left;
	margin: 20px 0 0 10px;
	width: 300px;
}

.navigation
{
	float: right;
	margin: 75px 10px 0 0;
	color: #333;
	font-size: 10pt;
}

.maincolumn {
	width: 480px;
	float: left;
	padding: 0 0 0 .5em;
	margin-top: 10px;
}

/* Right column */

.rightcolumn {
	width: 200px;
	float: right;
	padding: 0;
	overflow: auto;
	border-left: #CCC;
	border-width: 0 0 0 1px;
	border-style: none none none dotted;
	text-align: center;
}

.side_box {
	font-size: 9pt; 
	margin: 10px 0 0 0;
	width: 195px;
	border-width: 0 1px 1px 0;
	border-style: none dotted dotted none;
	border-color: #ccc;
	padding: 0 0 10px 0;
}

.news {
	margin: 15px 0 0 0;
	border-width: 1px 0 0 0;
	border-style: dotted none none none;
	border-color: #ccc;
	
}

.news p
{
	text-indent: 0em;
	font-size: small;
}

.news_date {
	font-size: 1em;
	color: #999;
	font-style: italic;
}

.news_title
{
	font-size: 1.2em;
	font-weight: bold;
}

img {border: 0}

p
{
	margin: 0 0 1em 0;
	text-indent: 1em;
}

h3 {
	margin: 0 0 5px 0;
}

A:link
{
	text-decoration: underline;
	color: #990000;
}

A:visited
{
	text-decoration: underline;
	color: #990000;
}

A:hover
{
	text-decoration: none;
	background-color: #DBDBDB;
}

/* Forms */

.form_field
{
	font-size: 11px;
}

.input
{
	border-color: #666;
	border-width: 1px;
	margin: 3px;
	font-size: 10px;
	line-height: 14px;
}

.input_box
{
	border-color: #666;
	border-width: 1px;
	margin: 3px;
	font-size: 10px;
	line-height: 14px;
}

.button
{
	font-size: 12px;
	color: #FFF;
	padding: 2px;
	background-color: #CC0000;
	border-top: 2px solid #BF4545;
	border-left: 2px solid #BF4545;
	border-right: 2px solid #690909;
	border-bottom: 2px solid #690909;
	margin: 5px 0 0 0;
}

