* {
	margin:0;
	padding:0;
	}
	
body {
	margin:0px auto;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:1.1em;
	background-color:#fff;
	}

a {
text-decoration:underline;
color:#b9160e;
font-weight:bold;


}
#wholeContainer {
	width:1030px;
	text-align:center;
	margin:0px auto;

	
	}
#bigLeftSideContainer {
	width:350px;
	text-align:center;
    float:left;
	}
#bigLeftSide{
margin-top:-5px;
	width:350px;
	text-align:center;
	background-image:url(/images/JaredVallejo_02.png);
	background-repeat:repeat-y;
	min-height:800px;
}
#BigRightSideContainer {
	float:left;
	width:680px;
	}

div.summaryBox {
	float:left;
	width:310px;
	min-height:240px;
	padding:15px 10px 0px 10px;
	margin:5px;
	border-bottom: 0px dashed #cdcdcd;
	background-image:url(/images/summary_bg3.png);
	background-position:top center;
	background-repeat:no-repeat;
	}

h2 {color:white;margin:0 0 5px 0;}

#mainMenu {
	width:260px;
	text-align:center;
	margin:0px auto;
	padding:10px;
	background-color:#000;
    -webkit-border-radius:10px; /* all corners */ 
	  -moz-border-radius:10px; /* all corners */ 
	
	}
	
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px dashed #323232;
width: 260px;
}

#navlist li
{
	text-align:left;
list-style: none;
margin: 0;
padding: 0.45em;
border-top: 1px dashed #323232;
}

#navlist li a { 
font-size:12pt;
color:#b9160e;
text-decoration: none; 
}
#active { 
font-size:12pt;
color:#b9160e;
text-decoration: none; 
background-color:#000;
}

/*TWITTER BOX*/
.sidebar-title {color:#232323;font-size:13pt;margin:3px;margin-bottom:5px;}
#twitter_update_list {
	width:250px;
	padding-left:15px;
	}
#twitter_update_list li {
	color:#020202;
text-align:left;
list-style: none;
margin: 0;
padding: 0.35em;
border-top: 1px dashed #ababab;
	
	
	}	
	
/*Blogger Styles*/
.date-header {
color:#ababab;
font-size:13pt;
color:#fcfcfc;
}

.datebox {
float:right;
width:120px;
line-height:1.5em;
padding:0px 10px 0px 10px;
margin-top:0px;
background-color:#dddddd;
-webkit-border-radius:10px; /* all corners */ 
-moz-border-radius:10px;
}
.post-title, .post-title a {
color:#232323;
font-size:13pt;
}
#recently a {
color:#dedede;
}
.archive-list a	{
color:#dedede;
}
	
