p
	
	font-size: 1.5em;
	font-family: helvetica, arial, sans-serif;


h3
{
	color: #fff;
	font-size: 1.5em;
	font-family: helvetica, arial, sans-serif;
}


#container {

    width: 100%;
    margin: 10px auto;
}


#logo{
 
    margin: 10px auto;
	float: center;
}
#sideimg{
    width: 150px;
    margin: 10px auto;
	   position: relative;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
	padding: 15px 15px;
}

#main{
	width: 100%;
	float: middle;
	margin: 10px auto;
	position: relative;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	padding: 40px 5px;
}

#rightimg{
    width: 150px;
    margin: 10px auto;
	   position: relative;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
	padding: 15px 15px;
}

ul, li {
    margin: 0;
    padding: 0;
}

#blob {
    background: #dc1a22;
    border-right: 1px solid #0059ec;
    border-left: 1px solid #0059ec;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #0b2b61, #1153c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#0b2b61), to(#1153c0));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}

#nav {
    position: relative;
    background: #430202;
    float: left;
	width: 100%;
}

#nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #4a4a4a;
    border-left: 1px solid black;
}

#nav li a {
    color: #e3e3e3;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
    padding: 10px 15px;
    width: 100%;

}

#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 30px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}


.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 21px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/


