@import url(layout.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);
@import url(sifr.css);

/* #######################  GENERAL SETTINGS ############################ */

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

body {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 14px;
		color: #767676;
		line-height: 1.5em;
		margin: 0px;
		padding: 0px;
		background-color: #0D0D0D;

		background-image: url(background.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		
}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
a {color: #CC6600; outline: none;}
a:hover {color: #659FDE;}
a:visited {color: #CC6600;}
a.image, a.image:hover  {border:0;}

a img { border:none }
/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
