@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}
	
body {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	color:#000000;
	font-size:12px;
	background-color:#E9E9E9;
	}
	
a img {
	border:0px;
	outline:none;
	}
	
:hover {
	outline:none;
	}
	
.clear {
	clear:both;
	}
	
a {
	color:#8CC63F;
	}
	
	div#header-outer {
		background-image:url(../images/header-bg.gif);
		height:90px;
		}
		
		div#header {
			width:800px;
			margin:0 auto;
			}

			h1 a {
				display:block;
				float:left;
				background-image:url(../images/offisync.gif);
				width:175px;
				height:53px;
				margin:17px 0px 0px 0px;
				text-indent:-9999px;
				}

					
	div#wrapper-outer {
		/*background-image:url(../images/green-bg.gif);*/
		/*background-repeat:repeat-x;*/
		background-color:#FFFFFF;
		}
		
		div#wrapper {
			width:710px;
			margin:0 auto;
			background-color:#FFFFFF;
			padding:45px;
			overflow:hiddenl
			}
			
			div#content {
				line-height:18px;
				}
				
				div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
					font-size:18px;
					margin:0px 0px 8px 0px;
					font-weight:normal;
					}
				
				div#content p {
					margin:0px 0px 8px 0px;
					}

										
	div#footer-outer {
		background-image:url(../images/footer-bg.gif);
		height:65px;
		background-repeat:repeat-x;
		}
					
		div#footer {
			height:65px;
			margin:0 auto;
			width:800px;
			}
			
			a#footer-logo {
				display:block;
				float:left;
				text-indent:-9999px;
				background-image:url(../images/offisync-footer.gif);
				width:93px;
				height:36px;
				margin:14px 0px 0px 0px;
				}


