/* - - - - - - - - - - - - - - - - - - - - -

Title : 3 Towers

- - - - - - - - - - - - - - - - - - - - - */

/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	text-shadow: #222 1px 2px 1px;
}
html{border-top: 3px solid #3C2211;}
body{
	border-top: 1px dashed #926447;	
	color: #fff;	
	background-color: #7d4624;
	background: #7d4624 url("images/bg.png") repeat-x top;
	font-family: Times, Georgia ,Helvetica , Verdana, sans-serif;
	font-size: 18px;
	line-height: 22px;
}

/* links  */

a {
	color: #D8AA1A;
	border-bottom-color: #4564CA;
	text-decoration: none;
	border-bottom-color: #96BDFF;
}
a:hover {
	text-decoration: underline;
}

/* headings */

h1 {
	margin: 0;
	padding-top: 10px;
	height: 470px;
	text-align: center;
	position: relative;
}  /* displayed at 24px */

h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#wrap{
	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 60px 0;
}
#footer{
	clear: both;
	font-size: 80%;
	padding: 20px 0;
	margin: 10px 20px 0 20px;
	text-align: center;
	border-top: 1px dashed #926447;	
}

/* ------------------------------------------------------------

	primary-content

------------------------------------------------------------ */

ul{
	margin-left: 20px;
}
dt{
	font-weight: bold;
	margin-bottom: 5px;
	color: #D8AA1A;
	font-style: italic;
}
dd{
	font-size: 13px;
	margin-left: 55px;
	padding-right: 30px;
}
p{
	margin: 20px 0;
	clear: both;
	padding: 0 60px;
}

/* --- */

.col{
	float: left;
	width: 46%;
	border-right: 1px dashed #926447;
	margin: 0 0 60px 0;
	padding: 10px;
}
.r{
	float: right;
	border: none;
}

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */


#footer li {
	display: inline;
	margin-left: 10px;
}

/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

hr{display:none}
.clear{clear:both}

/* ------------------------------------------------------------

	browser fixes

------------------------------------------------------------ */

/* clearing floats */

.floatclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.floatclear {display: inline-table;}
/* Hides from IE-mac \*/
* html .floatclear {height: 1%;}
.floatclear {display: block;}
/* End hide from IE-mac */
/* clearing floats end here */





#thumbs {
	list-style: none;
	margin: 30px 0 0 10px;
	padding: 0;
}

#thumbs li {
	padding: 3px;
	background: #fff;
	border: 1px solid #555;
	margin: 0 10px 0 0;
	float: left;
}

#thumbs li a {
	display: block;
}

#towers {
	position: absolute;
	top: -1px;
	right: 0;
}













