/*-------------------------------------------
Basic Style Sheet

version: 14
author: s.r. wild
email: info@srwild.com
website: http://www.srwild.com
-------------------------------------------*/

@import url(../css/home.css);
@import url(../css/layout.css);
@import url(../css/navigation.css);
@import url(../css/typography.css);
@import url(../css/forms.css);

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #630;
}

div, p, th, td, li, dd, dl, dt {
}


/* Class for floats */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
  clear: both;
}

.hideme {
	display: none;
}

.clearing
{
	height: 0;
	clear: both;
}


/* images*/

.img_l, .img_bl {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.img_r, .img_br {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.img_c {
	margin-bottom: 1em;
}

.img_bc {
	margin-left: -1px;
	margin-right: -1px;
	margin-bottom: 1em;
}

.img_bl, .img_br, .img_bc {
	border: 1px solid #000;
}