/******************************
* Gallery CSS by AlamoLandscapeCurbing *
* http://www.alamolandscapecurbing.com  *
******************************/
* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	background:#fff;
	margin:20px;
}

#container {
	clear:both;
	width:1024px;
	height:auto !important;
	height:480px;
	min-height:768px;
	margin:0 auto 0 auto;
	background:url("http://alamokwikkerb.com/graphics/bg.jpg") top left repeat-x;
}

#header {
	width:1024px;
	margin:0 auto 0 auto;
}

#header h1 {
	margin:0;
	padding:20px 0 0 0;
	font-size:24pt;
	color:#fff;
	font-weight:bold;
	width:350px;
	float:left;
}

#nav {
	float:right;
	display:inline;
	padding-top:30px;
}

#nav a {
	margin:0 10px 0 10px;
	padding:0 2px 0 2px;
	border-top:2px solid #555;
	color:#fff;
	text-decoration:none;
	font-size:10pt;
	text-transform:lowercase;
}

#nav a:hover {
	border-top:2px solid #ec008c;
}

#left {
	width:480px;
	height:auto !important;
	height:480px;
	min-height:350px;
	background:#000;
	float:left;
	position: absolute;
	left: 174px;
	top: 115px;
	border: 1px solid #000;
}

#left img {
	margin:15px;
}

#right {
	float:right;
	width:420px;
}

#right h1 {
	background:#000;
	font-size:16pt;
	font-weight:normal;
	margin:60px 0 0 0;
	height:60px;
	line-height:60px;
	text-transform:capitalize;
	color:##FF0000;
}

#right h1 .info {
	text-align:right;
	font-size:8pt;
	color:#999;
	text-transform:uppercase;
	padding-left:90px;
}

#right .thumb {
	display:inline;
	width:180px;
	height:125px;
	padding:10px;
	float:left;
}

#right .thumb img {
	padding:5px;
	background:#fff;
	border:0;
}

#copyright {
	clear:both;
	height:1em;
	border-top:1px solid #000;
	background:#FF0000;
	color:#000;
	font-size:6pt;
	text-align:right;
	padding:2px 10px 2px 0;
	font-style: italic;
	font-weight: bold;
}

a {
	color:#FF0000;
	text-decoration:none;
}

a:hover {
	color:#333;
}
