/* Start of CMSMS style sheet 'DirtMain' */
@charset "UTF-8";
/*
	Dirt Film Studios CSS Document 
	Copyright Piranha Digital 2009
*/

* {
	margin: 0; 
	padding: 0;	
}

body {
	background: #dde1e3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
        color: #444;
}

a {
      color: #111;
      text-decoration: none;
}

a:hover {
      text-decoration: underline;
}

h1 {
      font-family: Georgia;
      color: #87afbd;
      border-bottom: solid 1px #ddd;
      font-size: 18px;
      letter-spacing: 3px;
      margin-bottom: 10px;
      padding-bottom: 5px;
}

h2 {
      font-family: Georgia;
      color: #87afbd;
      font-size: 14px;
      letter-spacing: 3px;
      padding-bottom: 10px;
}

h3 {
      color: #87afbd;
      font-size: 10px;
      letter-spacing: 1px;
      font-weight: bold;
}

p {
     line-height: 1.4em;
     margin-bottom: 10px;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
	margin-top: 50px;
}

#logo {
	height: 108px;
	width: 100%;
	background: url(/imgs/logo.png) no-repeat;
}

#sideblock {
	width: 144px;
	float: left;
	padding-top: 30px;
	margin-right: 1px;
}

#sidecont {
	background: #fff;
	width: 144px;
	border: solid 1px #e9e9e9; 
	border-bottom: none;
	border-right: none;
	float: left;
}

#sidetxt {
   padding: 10px;
}

#sidefoot {
	background: url(/imgs/sidefoot.png) no-repeat;
	width: 144px;
	height: 10px;
	float: left;
}

#main {
	float: left;	
	width: 715px;
}

#menu {
	width: 715px;
	height: 34px;
	background: url(/imgs/navbg.png) no-repeat;
	float: left;
	font-weight: bold;
        font-size: 9px;
	color:#CCC;
        letter-spacing: 1px;
}

#content {
	width: 675px;
	background: url(/imgs/contentbg.png) repeat-y;
	float: left;
	padding: 20px;
}

#leftcontent {
       width: 420px; float: left;
}

#rightcontent {
       float: left; margin-left: 20px; padding-left: 20px; width: 210px;
       border-left: solid 1px #eee;
       height: 100%;
}

#footer {
	float: left;
	background: url(/imgs/footbg.png) no-repeat;
	width: 715px;
	height: 30px;
	color: #999;
}

#copyright {
	width: 680px;
	float: left;
	text-align: right;
	padding: 20px;
}
/* End of 'DirtMain' */

