body {
        margin: 0px;
        font-family: sans-serif;
        font-size: 12px;
        line-height: 18px;
        color: #444;
	background-color: #eee;
}

a {color: #33f; text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border: 0px;}

#header {
        border-bottom: 1px solid #aaa;
        background: url("/images/header.jpg") repeat-x top;
	height: 100px;
}

#sidebar {
        width: 253px;
        float: left;
	margin-top: 38px;
}

#menu {
	margin-left: 60px;
	text-align: right;
	font-size: 18px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #334ea3;
	//background: url("/images/corner-blue-tl.png") top left no-repeat;
}
div.menu-option {
	font-weight: bold;
	color: white;
	padding: 6px 20px 6px 0px;
}
div.menu-option-active {
	font-weight: bold;
	color: white;
	padding: 6px 20px 6px 0px;
	background-color: #aaa;
}

#articles-preview {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-top: 20px;
	margin-right: 20px;
	padding: 0px 10px;
	font-size: 11px;
	line-height: 12px;
	background-color: #fff;
}

div.articles-preview-option {
	border-top: 1px dotted #aaa;
	margin-top: 10px;
	padding-top: 10px;
}

#content {
	background-color: #fff;
	width: 650px;
        float: left;
	border: 1px solid #000;
	margin: 20px 0px 10px 0px;
	padding: 10px 20px;
	min-height: 300px;
}

#content h1 {font-size: 20px;}
#content h2 {font-size: 16px;}
#content h3 {font-size: 12px;}
#content p  {font-size: 12px;}
#content pre {font-size: 12px; border: 1px dashed black; background-color: #ddf; padding: 10px;}
#content ol {margin-top: -8px;}
#content ul {margin-top: -8px;}
#content li {margin-left: -18px;}
#content img {border: 1px solid #555;}
#content div.left {float: left; margin-right: 20px; text-align: center;}
#content div.right {float: right; margin-left: 20px; text-align: center;}
#content table {font-size: 12px; border-collapse: collapse;}
#content table th {text-align: left; background-color: #ccf; border: 1px solid #aaa; padding: 2px 4px;}
#content table td {border: 1px solid #aaa; padding: 2px 4px;}

hr {
	height: 0px;
	border-top: 1px solid #aaa;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

#pricing-model {
	border-collapse: collapse;
	border: 1px solid #aaa;
}
#pricing-model th {
	text-align: left;
	border: 1px solid #aaa;
	padding: 2px 10px;
	background-color: #334ea3;
	color: white;
}
#pricing-model td {
	border: 1px solid #aaa;
	padding: 2px 10px;
}
div.currency {
	font-weight: bold;
	width: 50px;
	display: inline;
	margin: 0px 5px;
}
#footer {
	text-align: center;
        font-size: 12px;
        color: #555;
	width: 670px;
	padding: 0px 10px;
	margin-left: 253px;
	clear: both;
	margin-bottom: 50px;
}
