/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #eee;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2px auto;
	}
	div#header {
	color: inherit;
	background-color: #fff;
	height: 638px;
	background-image: url(../images/ad2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
		}
		div#header-in {
	padding: 0px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
	color: inherit;
	background-color: #fff;
			}
			div.content-in {
				padding: 0px;
				}
		div.column {
	width: 240px;
	color: inherit;
	background-color: #fff;
			}
			div.column-in {
	padding: 0px;
				}
	div#footer {
	color: inherit;
	background-color: #fff;
		}
		div#footer-in {
	padding: 10px;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/

