@import url("typography.css");
@import url("navigation.css");
@import url("widgets.css");

* {
	margin: 0;
	padding: 0;
	border: 0
}

html {
	background: #eee url(images/html.gif) repeat-x
}

html,body {
	height: 100%
}

body {
	background: url(images/body.jpg) no-repeat top center;
	min-height: 621px;
	min-width: 992px;
	margin: 0 0 0 1px
}

body,#footer,#footer p {
	text-align: center
}

#footer,#wrap,#header {
	margin: 0 auto
}

#wrap {
	position: relative;
	text-align: left;
	background: url(images/content.gif) repeat-y
}

#wrap,#header {
	width: 960px
}

#header {
	position: relative;
	height: 420px;
}

#container {
	min-height: 500px
}

#end {
	clear: both
}

#footer {
	width: 100%;
	height: 200px;
	background: url(images/footer.gif) no-repeat 50% 0
}

#footer p {
	padding: 120px 0 0 0
}

#content {
	width: 630px;
	padding: 0 0 0 35px
}

#content,#sidebar1 {
	float: left
}

#sidebar1 {
	width: 230px;
	padding-left: 35px;
}

.clear { clear: both }