html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('http://www.loveukglamourgirls.com/images/bg.jpg');
}

a#rss {
	outline: none;
	right: 0;
	top: 20px;
	position: absolute;
	display: block;
	width: 30px;
	height: 31px;
	text-indent: -10000px;
	background-image: url('http://www.loveukglamourgirls.com/images/rss.png');
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 2000;
}

	a#rss:hover {
		background-position: bottom center;
	}


#header {
	width: 970px;
	margin: 0 auto;
	position: relative;
	z-index: 200;
	height: 80px;
}

	#header h1 {
		position: absolute;
		z-index: 200;
		top: 5px;
		left: 40px;
		margin: 0;
		padding: 0;
		background-image: url('http://www.loveukglamourgirls.com/images/logo.png');
		width: 378px;
		height: 81px;
		text-indent: -10000px;
	}
	
		#header h1 a {
			display: block;
			height: 79px;
			outline: none;
		}

	#header h2 {
		position: absolute;
		z-index: 200;
		top: 60px;
		left: 0;
		margin: 0;
		padding: 0;
		background-image: url('http://www.loveukglamourgirls.com/images/exclusive.png');
		width: 304px;
		height: 16px;
		text-indent: -10000px;
	}

#exclusive {
    position: absolute;
    right: 40px;
    top: 15px;
}

#nav_top {
	float: none;
	position: absolute;
	top: 40px;
	right: 0;
}

	#nav_top li {
		height: 34px;
		display: block;
		margin-left: 40px;
		float: left;
	}

		#nav_top li a {
			display: block;
			height: 34px;
			outline: none;
		}

		#nav_top li a {
			color: #990000;
			text-decoration: none;
			font-size: 190%;
			font-weight: normal;
		}

			#nav_top li a:hover {
				color: #000;
			}
			
a img {
	border: none;
}

p {
	font-size: 80%;
	color: #333;
}

table {
	position: relative;
	z-index: 1000;
	margin: 0 auto;
	width: 992px;
	border-spacing: 10px;
}

	table tr td {
		padding: 16px 0;
		width: 20%;
	}
	
		table tr td.mid {
			height: 220px;
			padding: 0;
			overflow: hidden;
		}
		
			table tr td.mid img {
				border: none;
				width: 100%;
			}
	
		table tr td.mid_text {
			padding: 0 50px 0 30px;
			line-height: 1.6em;
			font-size: 110%;
			background-image: url('http://www.loveukglamourgirls.com/free/images/intro.jpg');
			background-repeat: no-repeat;
			text-align: left;
			border: none;
		}

			table tr td.mid_text p {
				color: #fff;
				font-size: 100%;
				font-family: Georgia, "Times New Roman", serif;
				text-shadow: 1px 1px 1px #333;
				width: 470px;
			}
			
				table tr td.mid_text p a {
					color: #fff;
					text-decoration: none;
					border-bottom: 1px dotted #fff;
				}
		
		table tr td.side_pic {
			padding: 0;
		}
		
			table tr td.side_pic img {
				border: none;
			}
			
		table tr td img {
			border: 1px solid #666;
			vertical-align: text-bottom;
		}