
/*
PERMALINKED TO:
	<link rel="stylesheet" type="text/css" href="http://ksteinfe.net/_styles/sw.css" />
*/

/* --------------- from codeshare _layout.css ------------------ */

body,html {
	margin:0;
	padding:0;
}

body {
	background-color: #aaa;
	color: #333; 
	font-family: sans-serif, verdana, arial, helvetica;
	font-size: 12px;
	min-width:750px;	
}

#sw_wrap {
	margin:0 auto;
	width:750px;
}

#sw_wrap #sw_header {
	border-bottom: 2px solid #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 60px;
}


#sw_wrap #sw_footer {
	border-top: 2px solid #fff;
	width:750px;
	clear:both;	
}
#sw_wrap { margin-top: 30px;}
#sw_footer { margin-top: 10px;}

/* --------------- Links ------------------ */

a { color: #000; text-decoration: none; }
a:visited { text-decoration: none;}
a:hover { text-decoration: underline; }


/* --------------- Links ------------------ */

.sw_global_title{
	position: relative;
	top: 25px;
	font-size: 30px;
	font-weight: bolder;
	color: #ccc;
}
