#container {
	margin: 18px auto;
	width: 1000px;
}

#head {
	background-image: url('img/head.png');
	width: 1024px;
	height: 212px;
}

#outerContent {
	background-image: url('img/content.png');
	width: 1024px;
	min-height: 900px;
}

#content {
	padding: 40px;
}

#footer {
	background-image: url('img/content.png');
	width: 974px;
	
	padding-right: 50px;
	font-size: 9px;
	text-align: right;
}

#contentBottom {
	background-image: url('img/contentBottom.png');
	width: 1024px;
	height: 18px;
}

#actionContainer {
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#uploadBox {
	margin: 20px;
	width: 600px;
	
	/*padding-top: 88px;*/
	text-align: center;
}

#uploadContent {
	background-image: url('img/box600content.gif');
	height: 250px;
	top: 100px;
	padding-top: 120px;
	padding-left: 30px;
}

#uploadTop {
	background-image: url('img/box600top.gif');
	background-repeat: no-repeat;
	height: 15px;
}

#uploadBottom {
	background-image: url('img/box600bottom.gif');
	background-repeat: no-repeat;
	height: 15px
}

#adwordsbox {
	margin-top: 20px;
	margin-right: 20px;
	float: right;
	width: 250px;
	
	font-size: 16px;
}

#adwordstop {
	background-image: url('img/box250top.gif');
	background-repeat: no-repeat;
	height: 14px
}

#adwordsbottom {
	background-image: url('img/box250bottom.gif');
	background-repeat: no-repeat;
	height: 14px
}

#adwordscontent {
	/*padding-left: 10px;
	padding-right: 10px;*/
	background-image: url('img/box250content.gif');
	text-align: center;
	height: 370px;
}

#back {
	width: 100%;
	text-align: right;
	font-size: 24px;
}

#analyzeContent {
	width: 600px;
}

body {
	background-image: url('img/bgTile.gif');
	
	color: 4c4c4c;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.introduction {
	font-size: 12px;
	font-weight: normal;
}

p.error {
	color: #CC0000;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	margin-top: 30px;
}

h3 {
	text-align: center;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 10px;
}

tr {
	border-width: 0px;
}

td {
	border-width: 0px;
	font-size: 11px;
	padding: 2px;
}

td.normal {
}

td.res {
	background-color: #97b7cf;
}

td.exe {
	background-color:#87D385;
}

td.lastRow {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color:#000000;
	text-align: right;
}

a  {
	outline: 0;
	border: none;
}

a:link {
	border: none;
	color: #4c4c4c;
}

a:visited {
	border: none;
	color: #4c4c4c;
}

a:hover {
	border: none;
	color: #97b7cf;
}

a:active {
	border: none;
	color: #97b7cf;
}

#adwordsbox a:link {
	color: #4c4c4c;
}

#adwordsbox a:visited {
	color: #4c4c4c;
}

#adwordsbox a:hover {
	color: #4c4c4c;
	font-weight: bold;
}

#adwordsbox a:active {
	color: #4c4c4c;
	font-weight: bold;
}
