/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	colour: ;
	background-color: #333333;
	}






															/** MAIN CONTAINERS **/
															
<style type="text/css">
.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 6px/0.4em Arial, sans-serif; }
.picture img { border: 5px solid #333333;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0em 0pt 0em 0em; float:right; }
.left { margin: 0em 0em 0em 0; float:left; }
</style>
															
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #fff;
		border: 2px solid #D91322;
		border-width: 10px 10px 10px 10px;
		}
		div#header-in {
			padding: 28px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			padding: 0px 20px 0px 0px;
			}
			div.content-in {
				padding: 20px 0px 0px 20px;
				}
		div.column {
			width: 200px;
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0px 5px 5px 0;
			padding: 0px 0px 0px 0px;
			margin-right: 10px;
			}
			div.column-in {
				padding: 20px ;
				}
	div#footer {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		text-align: center;
		}
		div#footer-in {
			padding: 20px;
			text-align: center;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/