/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

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

html, body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #fff;
 background-color: #000;
 background-image: url(../images/wall_background_dd.jpg);
 background-repeat: no-repeat;
}
h2 {
	color: #fc0;
	text-align: center;
}
a:link, a:active, a:visited {
	color: #fc0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 0.85em;
}
a:hover {
	color: #f00;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 0.85em;
}#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 /*color: #333;*/
 width: 900px;
 float: left;
 padding: 10px;
 /*border: 1px solid #888;*/
 height: 100px;
 margin: 10px 0px 0px 0px;
 /*background: #000;*/
 text-align: center;
 font-size: 16px;
 font-weight: bold;
 color: #fff;
}
#leftcolumn { 
 color: #fff;
 /*
 border-top: 1px solid #fc0;
 border-right: 1px solid #fc0;
 border-bottom: 1px solid #fc0;
 border-left:  10px solid #600;
 */
 border-width: 1px 1px 1px 1px;
 border-color: #fc0;
 border-style: solid;
 background: #000;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 /*height: 350px;*/
 width: 130px;
 float: left;
 margin-top: 5px;
}
#rightcolumn { 
 float: right;
 color: #fff;
 /*
 border-top: 1px solid #fc0;
 border-right: 1px solid #fc0;
 border-bottom: 1px solid #fc0;
 border-left:  10px solid #600;
 */
 border-width: 1px 1px 1px 1px;
 border-color: #fc0;
 border-style: solid;
 background: #000;
 margin: 5px 0px 0px 5px;
 padding: 10px;
 /*height: 500px;*/
 width: 740px;
 display: inline;
}
#footer { 
 width: 920px;
 clear: both;
 position: relative;
 top: 8px;
 color: #888;
 border: 1px solid #fc0;
 background: #000;
 margin: 15px 0px 0px 0px;
 padding-top: 2px;
 text-align: center;
 font-size: 10px;
 height: 16px;
}
#i2wrapper {
	widows: 922px;
	text-align: center;
}
#i2leftcolumn { 
 color: #fff;
 border-width: 1px 1px 1px 1px;
 border-color: #fc0;
 border-style: solid;
 background-color: #000;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 130px;
 vertical-align: top;
 text-align: left;
}
#i2rightcolumn { 
 color: #fff;
 border-width: 1px 1px 1px 1px;
 border-color: #fc0;
 border-style: solid;
 background-color: #000;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 740px;
 vertical-align: top;
 text-align: left;
}
#i2footer { 
 width: 920px;
 clear: both;
 position: relative;
 top: 8px;
 color: #888;
 border: 1px solid #fc0;
 background: #000;
 margin: 15px 0px 0px 0px;
 padding-top: 2px;
 text-align: center;
 font-size: 10px;
 height: 16px;
}
