
	* {
		font-size: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	html, body {
		height: auto;
	}
	
	html {
		overflow: -moz-scrollbars-vertical;
		xoverflow: hidden;
	}

	body {
		font: 12pt Garamond, Verdana, Arial, Helvetica, sans-serif;
		xpadding: 5px;
		background-color: #ccc;
		background-color: #111;
		background-color: black;
		background-image: url(images/spotlightbg.png);
		background-repeat: no-repeat;
		background-position: 50% 100%;
		xpadding: 30px;
		xborder: 2px solid orange;
	}
	
	#align-cell {
		padding: 20px;
	}
	a {
		color: #369;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {
		color: green;
		text-decoration: underline;
	}
	

	#layout {
		xborder: 1px solid #333;
		xmargin-top: 5px;
		xposition: absolute;
		background-color: white;
		xmargin: 35px;
		text-align: left;
	}
	
	#top {
		height: 50px;
		background-image: url(vezea/images/topbg.gif);
		xborder-bottom: 1px solid #333;
		xbackground-color: #f03;
	}
	
	#main {
		width: 500px;
		xbackground-image: url(vezea/images/mainbg.jpg);
		vertical-align: top;
	}
	
	#body-content {
		margin: 20px;
		clear: both;
	}
	#body-content p {
		xtext-align: justify;
		xline-height: 1.2em;
	}	
	#body-content .center p {
		text-align: center;
	}
	#body-content .heading {
		color: red;
		margin-top: 25px;
	}
	
	.browser-icon {
		width: 48px;
	}
	
	#ad {
		border: 1px solid black;
		height: 100px;
		width: 460px;
		background-image: url(images/sunset.jpg);
		background-position: 100% 100%;
	}
	
	.editable {
		border: 1px dotted gray;
		xbackground-color: yellow;
		cursor: pointer;
	}
	.editable-hover {
		border: 1px solid gray;
		background-color: orange;
		cursor: pointer;
	}
	
	.center {
		text-align: center;
	}


	#bottom {
		height: 18px;
		background-image: url(vezea/images/botbg.gif);
		xbackground-color: #f03;
		background-image: url(banner.gif);
		background-position: 0px 30px;
		border-top: 1px solid #333;
	}


	#footer {
		font-size: 80%;
		color: white;
		padding: 2px;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
	}
	#footer a,
	#footer a:hover {
		color: white;
		font-weight: bold;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	
	
	#credit {
		float: left;
	}

	
	#copyright {
		float: right;
	}

	
	#left {
		xbackground-image: url(images/leftbg.gif);
		vertical-align: top;
		width: 200px;
		border-right: 1px solid silver;
		xpadding: 5px;
		font-size: 90%;
		background-color: #eee;
	}

	#side-content {
		padding: 10px;
	}
	#side-content blockquote {
		margin: 1ex;		
	}
	#side-content p {
		margin: 0px;
		margin-bottom: 1ex;
	}
	#side-content .heading {
		color: black;
		font-weight: bold;
		border-bottom: 1px solid gray;
		margin-bottom: .5em;
	}

	sup {
		font-size: 50%;
	}

/*
	#page-heading {
		xborder: 1px solid;
		font-size: 130%;
		font-weight: bold;
		text-align: center;
		
		xborder-top: 1px solid;
		xborder-bottom: 1px solid #999;

		margin-top: 5px;
		margin-bottom: 10px;

		float: right;
		padding-right: 20px;
		padding-left: 50px;

		height: 30px;
	}
*/	
	
	
	.indent {
		margin: 0ex;
		margin-left: 2ex;
	}
	
	.photo {
		margin: 15px;
	}
	.photo img {
		border: 1px solid black;
	}
	.photo .caption {
		font-size: 80%;
		color: #555;
		font-family: Trebuchet MS, sans-serif;
		line-height: 1.2em;
	}
	

	#tech-logos {
		background-color: white;
		border: 1px solid gray;
		border-collapse: collapse;
		font-family: sans-serif;
		font-size: 9pt;
	}
	#tech-logos td {
		text-align: center;
		border-right: 1px solid gray;
		padding: 5px;
	}
	#tech-logos tr.os td {
		background-color: gray;
		color: white;
		padding: 2px;
		width: 50%;
	}
	
	#form-key {
	}
	#form-key .heading {
		margin: 0px;
		color: white;
	}
