/* General Element Styling
--------------------------*/
html
	{
		background-color:#7F7F7F;
		overflow:hidden;
	}
body
	{
		position:absolute;
		height:9em;
		width:17em;
		margin:0 auto;
		padding:2em;
		margin-left:-9.5em;
		margin-bottom:-3.5em;
		left:50%;
		bottom:50%;
		overflow:hidden;
		margin-bottom:-5.48em;
		margin-left:-11.5em;
		margin-top:-2em;
		margin-right:-2em;
	}
* html body
	{
		margin-top:-2em;
	}
body * div
	{
		position:absolute;
		padding:0.5em 0.7em;
		margin:0;
		z-index:2;
		font-family:"trebuchet ms", tahoma, arial, sans-serif;
	}
a img
	{
		border-width:0;
	}
a:link
	{
		color: #000000;
		text-decoration:none;
	}
a:visited
	{
		color: #000000;
		text-decoration:none;
	}
a:hover
	{
		text-decoration:underline;
	}

h1
	{
		padding:0;
		margin:0;
		color:#000000;
		font-size:1.95em;
		line-height:0.9em;
	}
h2
	{
		padding:0;
		margin:0;
		color:#000000;
		font-size:1.45em;
		font-weight:400;
		line-height:1.1em;
		letter-spacing:0.09em;
	}
h3
	{
		padding:0;
		margin:0;
		color:#000000;
		font-size:1.15em;
	}
h4
	{
		padding:0;
		margin:0;
		font-weight:400;
		font-size:0.5em;
		color:#7f7f7f;
	}
h5
	{
		padding:0;
		margin:0;
		color:#000000;
		font-size:0.7em;
		line-height:1.3em;
	}


/* Page Elements
----------------*/
#container
	{
		width:100%;
		height:100%;
		position:relative;
		padding:1em;
		margin:0;
		background:#FBF9EF url("../img/fade2.png") repeat-y left top;
		overflow:hidden;
		height:9em;
		width:17em;
	}
* html #container
	{
		height:11em;
		width:19em;
	}
#logo
	{
		left:-14%;
		top:-5%;
		z-index:0;
	}
		#logo img
			{
				width:10em;
				height:auto;
			}
#comp
	{
		top:0;
		right:0;
		z-index:2;
	}
#tag
	{
		top:2.5em;
		right:0;
		text-align:right;
		line-height:1.3em;
		z-index:1;
	}
#address
	{
		bottom:0em;
		left:0;
		z-index:1;
	}
#name
	{
		top:6.4em;
		right:0;
		text-align:right;
		z-index:1;
	}
#contact
	{
		bottom:0;
		text-align:right;
		right:0;
	}

#line
	{
		top:7.3em;
		width:10em;
		height:1em;
		right:-1em;
	}
		#line hr
			{
				border:0.1em solid #DFC8A0;
			}



















